Browse Source

refactor: spacing

pull/893/head
natdeanlewissoftwire 2 years ago
parent
commit
63d1daf200
  1. 6
      spec/models/form/sales/questions/buyer_company_spec.rb

6
spec/models/form/sales/questions/buyer_company_spec.rb

@ -33,8 +33,8 @@ RSpec.describe Form::Sales::Questions::BuyerCompany, type: :model do
it "has the correct answer_options" do it "has the correct answer_options" do
expect(question.answer_options).to eq({ expect(question.answer_options).to eq({
"1" => { "value" => "Yes" }, "1" => { "value" => "Yes" },
"2" => { "value" => "No" }, "2" => { "value" => "No" },
}) })
end end
end end

Loading…
Cancel
Save