@ -22,14 +24,6 @@ RSpec.describe Form::Sales::Questions::SharedOwnershipType, type: :model do
expect(question.id).toeq("type")
end
it"has the correct header"do
expect(question.header).toeq("What is the type of shared ownership sale?")
end
it"has the correct check_answer_label"do
expect(question.check_answer_label).toeq("Type of shared ownership sale")
end
it"has the correct type"do
expect(question.type).toeq("radio")
end
@ -38,33 +32,13 @@ RSpec.describe Form::Sales::Questions::SharedOwnershipType, type: :model do
expect(question.derived?(nil)).tobefalse
end
it"has the correct hint_text"do
expect(question.hint_text).toeq("A shared ownership sale is when the purchaser buys up to 75% of the property value and pays rent to the Private Registered Provider (PRP) on the remaining portion")
expect(question.hint_text).toeq("When the purchaser buys an initial share of up to 75% of the property value and pays rent to the Private Registered Provider (PRP) on the remaining portion, or a subsequent staircasing transaction")