Browse Source

refactor: lint

pull/2199/head
natdeanlewissoftwire 2 years ago
parent
commit
32d16c897f
  1. 2
      spec/models/form/sales/questions/buyer2_ethnic_background_white_spec.rb

2
spec/models/form/sales/questions/buyer2_ethnic_background_white_spec.rb

@ -58,7 +58,6 @@ RSpec.describe Form::Sales::Questions::Buyer2EthnicBackgroundWhite, type: :model
before do
allow(form).to receive(:start_year_after_2024?).and_return(true)
end
end
it "has the correct answer_options" do
expect(question.answer_options).to eq({
@ -70,3 +69,4 @@ RSpec.describe Form::Sales::Questions::Buyer2EthnicBackgroundWhite, type: :model
})
end
end
end

Loading…
Cancel
Save