Browse Source

Set hhmemb in more tests

pull/2136/head
Rachael Booth 2 years ago
parent
commit
84b300c417
  1. 1
      spec/helpers/interruption_screen_helper_spec.rb
  2. 1
      spec/models/form_spec.rb

1
spec/helpers/interruption_screen_helper_spec.rb

@ -9,6 +9,7 @@ RSpec.describe InterruptionScreenHelper do
create(
:lettings_log,
:in_progress,
hhmemb: 1,
ecstat1: 1,
earnings: 750,
incfreq: 1,

1
spec/models/form_spec.rb

@ -26,6 +26,7 @@ RSpec.describe Form, type: :model do
context "when the current page is a value check page" do
before do
lettings_log.hhmemb = 1
lettings_log.incfreq = 1
lettings_log.earnings = 140
lettings_log.ecstat1 = 1

Loading…
Cancel
Save