Browse Source

lint

pull/338/head
Kat 3 years ago
parent
commit
ce76d77c8e
  1. 2
      spec/features/form/form_navigation_spec.rb

2
spec/features/form/form_navigation_spec.rb

@ -18,7 +18,7 @@ RSpec.describe "Form Navigation" do
tenant_code: { type: "text", answer: "BZ737", path: "tenant-code" },
age1: { type: "numeric", answer: 25, path: "person-1-age" },
sex1: { type: "radio", answer: "Female", path: "person-1-gender" },
ecstat1: {type: "radio", answer: 3, path: "person-1-working-situation"},
ecstat1: { type: "radio", answer: 3, path: "person-1-working-situation" },
other_hhmemb: { type: "numeric", answer: 2, path: "household-number-of-other-members" },
}
end

Loading…
Cancel
Save