|
|
|
@ -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 |
|
|
|
|