@ -38,7 +38,8 @@ RSpec.describe Form::Sales::Questions::SharedOwnershipType, type: :model 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")
end
context"when form start date is 2022"do
context"when form start date is 2022/23"do
let(:start_date){Time.zone.local(2022,4,1)}
it"has the correct answer_options"do
expect(question.answer_options).toeq({
"2"=>{"value"=>"Shared Ownership"},
@ -56,8 +57,8 @@ RSpec.describe Form::Sales::Questions::SharedOwnershipType, type: :model do