|
|
|
@ -44,8 +44,4 @@ RSpec.describe Form::Sales::Questions::HousingBenefits, type: :model do |
|
|
|
"4" => { "value" => "Don’t know " }, |
|
|
|
"4" => { "value" => "Don’t know " }, |
|
|
|
}) |
|
|
|
}) |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
it "has the correct check_answers_card_number" do |
|
|
|
|
|
|
|
expect(question.check_answers_card_number).to eq(1) |
|
|
|
|
|
|
|
end |
|
|
|
|
|
|
|
end |
|
|
|
end |
|
|
|
|