Browse Source

More fixes

pull/2445/head
Kat 2 years ago
parent
commit
a430f5b272
  1. 2
      spec/models/form/lettings/questions/stock_owner_spec.rb

2
spec/models/form/lettings/questions/stock_owner_spec.rb

@ -201,7 +201,7 @@ RSpec.describe Form::Lettings::Questions::StockOwner, type: :model do
context "when user is support" do
let!(:user) { create(:user, :support) }
let!(:log) { build(:lettings_log) }
let!(:log) { build(:lettings_log, assigned_to: create(:user)) }
it "shows active orgs where organisation holds own stock" do
non_stock_organisation = create(:organisation, name: "Non-stockholding org", holds_own_stock: false)

Loading…
Cancel
Save