@ -35,7 +35,7 @@ RSpec.describe Form::Sales::Questions::BuyersOrganisations, type: :model do
expect(question.hint_text).toeq("Select all that apply. This question is optional. If no options are applicable, leave the options blank, and select save and continue.")
expect(question.hint_text).toeq("Select all that apply. This question is optional. If no options are applicable, leave the options blank, and select save and continue.")
end
end
it"has the correct default answer"do
it"has the correct default"do
expect(question.default_answer).toeq("pregblank")
expect(question.default_answer).toeq("pregblank")
end
end
@ -46,18 +46,18 @@ RSpec.describe Form::Sales::Questions::BuyersOrganisations, type: :model do