Browse Source

CLDC-4177: Lint fixes

Katherine Langford 6 days ago
parent
commit
d8b4ec8552
  1. 2
      app/models/form/sales/pages/person_sex_registered_at_birth.rb
  2. 2
      spec/models/form/sales/subsections/household_characteristics_spec.rb

2
app/models/form/sales/pages/person_sex_registered_at_birth.rb

@ -12,7 +12,7 @@ class Form::Sales::Pages::PersonSexRegisteredAtBirth < ::Form::Page
def questions def questions
@questions ||= [ @questions ||= [
Form::Sales::Questions::PersonSexRegisteredAtBirth.new("sexRAB#{@person_index}", nil, self, person_index:@person_index), Form::Sales::Questions::PersonSexRegisteredAtBirth.new("sexRAB#{@person_index}", nil, self, person_index: @person_index),
] ]
end end
end end

2
spec/models/form/sales/subsections/household_characteristics_spec.rb

@ -522,7 +522,7 @@ RSpec.describe Form::Sales::Subsections::HouseholdCharacteristics, type: :model
working_situation_6_retirement_value_check working_situation_6_retirement_value_check
working_situation_6_not_retired_value_check working_situation_6_not_retired_value_check
], ],
) )
end end
it "has correct depends on" do it "has correct depends on" do

Loading…
Cancel
Save