Browse Source

Fix lint offence

pull/2499/head
Manny Dinssa 2 years ago
parent
commit
9747c2a8ac
  1. 2
      spec/helpers/question_view_helper_spec.rb

2
spec/helpers/question_view_helper_spec.rb

@ -151,7 +151,7 @@ RSpec.describe QuestionViewHelper do
end end
context "when resource is a scheme" do context "when resource is a scheme" do
let(:resource) { build(:scheme, primary_client_group: "O", secondary_client_group: "E", id: 2736276) } let(:resource) { build(:scheme, primary_client_group: "O", secondary_client_group: "E", id: 2_736_276) }
it "returns the primary and secondary client groups" do it "returns the primary and secondary client groups" do
expect(answer_option_hint(resource)).to eq("(S2736276) Homeless families with support needs, People with mental health problems") expect(answer_option_hint(resource)).to eq("(S2736276) Homeless families with support needs, People with mental health problems")

Loading…
Cancel
Save