@ -32,11 +32,7 @@ RSpec.describe Form::Sales::Questions::BuyersOrganisations, type: :model do
end
it"has the correct hint"do
expect(question.hint_text).toeq("Select all that apply")
end
it"has the correct unanswered_error_message"do
expect(question.unanswered_error_message).toeq("At least one option must be selected of these four")
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
it"has the correct answer_options"do
@ -51,7 +47,7 @@ RSpec.describe Form::Sales::Questions::BuyersOrganisations, type: :model do