@ -7,5 +7,13 @@ class Form::Sales::Questions::GenderIdentity1 < ::Form::Question
@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."
@ -34,4 +34,13 @@ RSpec.describe Form::Sales::Questions::GenderIdentity1, type: :model 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.")