Browse Source

refactor: linting

pull/1815/head
natdeanlewissoftwire 3 years ago
parent
commit
e4bb3539b5
  1. 1
      spec/models/form/sales/questions/owning_organisation_id_spec.rb

1
spec/models/form/sales/questions/owning_organisation_id_spec.rb

@ -112,6 +112,7 @@ RSpec.describe Form::Sales::Questions::OwningOrganisationId, type: :model do
end end
end end
end end
context "when user is support" do context "when user is support" do
let(:user) { create(:user, :support) } let(:user) { create(:user, :support) }

Loading…
Cancel
Save