Browse Source

lint

pull/2432/head
Kat 2 years ago
parent
commit
479da5abe3
  1. 1
      spec/policies/user_policy_spec.rb

1
spec/policies/user_policy_spec.rb

@ -148,7 +148,6 @@ RSpec.describe UserPolicy do
log.save!(validate: false) log.save!(validate: false)
end end
context "and associated logs in editable collection period" do context "and associated logs in editable collection period" do
before do before do
create(:lettings_log, :sh, owning_organisation: user.organisation, assigned_to: user, startdate: Time.zone.yesterday) create(:lettings_log, :sh, owning_organisation: user.organisation, assigned_to: user, startdate: Time.zone.yesterday)

Loading…
Cancel
Save