Browse Source

remove factory la

pull/838/head
Ted-U 3 years ago
parent
commit
99b4b27ed5
  1. 7
      spec/factories/organisation.rb

7
spec/factories/organisation.rb

@ -11,13 +11,6 @@ FactoryBot.define do
holds_own_stock { true } holds_own_stock { true }
end end
factory :organisation_la do
organisation
ons_code { "E07000041" }
created_at { Time.zone.now }
updated_at { Time.zone.now }
end
factory :organisation_rent_period do factory :organisation_rent_period do
organisation organisation
rent_period { 2 } rent_period { 2 }

Loading…
Cancel
Save