Browse Source

Fix lint

pull/2680/head
Manny Dinssa 2 years ago
parent
commit
1065c1a516
  1. 2
      spec/models/organisation_spec.rb

2
spec/models/organisation_spec.rb

@ -124,7 +124,7 @@ RSpec.describe Organisation, type: :model do
end
before do
[4,2,1].each do |rent_period|
[4, 2, 1].each do |rent_period|
create(:organisation_rent_period, organisation:, rent_period:)
end
allow(RentPeriod).to receive(:rent_period_mappings).and_return(fake_rent_periods)

Loading…
Cancel
Save