Browse Source

refactor: lint

pull/2173/head
natdeanlewissoftwire 2 years ago
parent
commit
fa96e9a633
  1. 1
      spec/models/form/lettings/questions/age1_known_spec.rb

1
spec/models/form/lettings/questions/age1_known_spec.rb

@ -14,7 +14,6 @@ RSpec.describe Form::Lettings::Questions::Age1Known, type: :model do
allow(subsection).to receive(:form).and_return(form) allow(subsection).to receive(:form).and_return(form)
end end
it "has correct page" do it "has correct page" do
expect(question.page).to eq(page) expect(question.page).to eq(page)
end end

Loading…
Cancel
Save