Browse Source

refactor: remove blank line

pull/927/head
natdeanlewissoftwire 4 years ago
parent
commit
2b8e2cf341
  1. 1
      spec/models/form/sales/questions/buyer_interview_spec.rb

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

@ -39,7 +39,6 @@ RSpec.describe Form::Sales::Questions::BuyerInterview, type: :model do
expect(question.answer_options).to eq({ expect(question.answer_options).to eq({
"1" => { "value" => "No" }, "1" => { "value" => "No" },
"2" => { "value" => "Yes" }, "2" => { "value" => "Yes" },
}) })
end end
end end

Loading…
Cancel
Save