@ -49,14 +49,12 @@ RSpec.describe Form::Lettings::Pages::PersonKnown, type: :model do
it "has correct depends_on" do
expect(page.depends_on).to eq(
[
[{
{ "hhmemb" => 3 },
"hhmemb" => {
{ "hhmemb" => 4 },
"operator" => ">=",
{ "hhmemb" => 5 },
"operand" => 3,
{ "hhmemb" => 6 },
},
{ "hhmemb" => 7 },
}],
{ "hhmemb" => 8 },
],
)
end