Browse Source

remove forgotten focus in spec file found in linting check

pull/1507/head
Arthur Campbell 3 years ago
parent
commit
0eeb063724
  1. 2
      spec/models/lettings_log_spec.rb

2
spec/models/lettings_log_spec.rb

@ -1085,7 +1085,7 @@ RSpec.describe LettingsLog do
end
end
context "when rent is paid weekly for 52 weeks", focus: true do
context "when rent is paid weekly for 52 weeks" do
it "correctly derives and saves weekly rent" do
lettings_log.update!(brent: 130, period: 10)
record_from_db = ActiveRecord::Base.connection.execute("select wrent from lettings_logs where id=#{lettings_log.id}").to_a[0]

Loading…
Cancel
Save