@ -7,16 +7,6 @@ class Form::Sales::Questions::Nationality1 < ::Form::Question
@type="radio"
@type="radio"
@hint_text="Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
@hint_text="Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
@ -32,7 +30,7 @@ RSpec.describe Form::Sales::Questions::Nationality1, type: :model do
end
end
it"has the correct hint"do
it"has the correct hint"do
expect(question.hint_text).toeq("Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest.")
expect(question.hint_text).toeq"Buyer 1 is the person in the household who does the most paid work. If it’s a joint purchase and the buyers do the same amount of paid work, buyer 1 is whoever is the oldest."
end
end
it"has the correct answer_options"do
it"has the correct answer_options"do
@ -46,23 +44,15 @@ RSpec.describe Form::Sales::Questions::Nationality1, type: :model do