From ad4a5e7e1ba37404ecce64a2632e16bd81ba2a95 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 21 Jun 2022 11:02:28 +0100 Subject: [PATCH] Spec --- spec/models/form/setup/questions/owning_organisation_id_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/form/setup/questions/owning_organisation_id_spec.rb b/spec/models/form/setup/questions/owning_organisation_id_spec.rb index 5e4c5f787..d8dd418bc 100644 --- a/spec/models/form/setup/questions/owning_organisation_id_spec.rb +++ b/spec/models/form/setup/questions/owning_organisation_id_spec.rb @@ -27,7 +27,7 @@ RSpec.describe Form::Setup::Questions::OwningOrganisationId, type: :model do end it "has the correct header" do - expect(question.header).to eq("Which organisation is the owning organisation for this log?") + expect(question.header).to eq("Which organisation owns this log?") end it "has the correct check_answer_label" do