File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ def hash_for_fillable_pdf
2121 # is_volunteering: @screener.volunteering?,
2222 operating_a_homeschool : @nc_screener . teaches_homeschool_yes? ,
2323 phone_number : @screener . phone_number ,
24- preventing_work_write_in : @screener . preventing_work_write_in ,
24+ preventing_work_write_in : @screener . preventing_work_additional_info ,
25+ preventing_work_other_write_in : @screener . preventing_work_write_in ,
2526 receiving_benefits_disability_medicaid : @screener . receiving_benefits_disability_medicaid_yes? ,
2627 receiving_benefits_disability_pension : @screener . receiving_benefits_disability_pension_yes? ,
2728 receiving_benefits_insurance_payments : @screener . receiving_benefits_insurance_payments_yes? ,
Original file line number Diff line number Diff line change 5757 screener . confirmation_code = "ABQ39L"
5858 nc_screener . homeschool_name = "Small Fry"
5959 screener . preventing_work_write_in = "Back pain"
60+ screener . preventing_work_additional_info = "I am carrying the weight of the world on my back."
6061 screener . receiving_benefits_write_in = "Other disability"
6162 screener . ssn_last_four = "1111"
6263 # screener.volunteering_org_name = "Muffins for Mums"
7071 expect ( result [ :email ] ) . to eq ( "nigella@example.com" )
7172 expect ( result [ :homeschool_name ] ) . to eq ( "Small Fry" )
7273 expect ( result [ :phone_number ] ) . to eq ( "(919) 555-1234" )
73- expect ( result [ :preventing_work_write_in ] ) . to eq ( "Back pain" )
74+ expect ( result [ :preventing_work_other_write_in ] ) . to eq ( "Back pain" )
75+ expect ( result [ :preventing_work_write_in ] ) . to eq ( "I am carrying the weight of the world on my back." )
7476 expect ( result [ :receiving_benefits_write_in ] ) . to eq ( "Other disability" )
7577 expect ( result [ :ssn_last_4 ] ) . to eq ( "1111" )
7678 # expect(result[:volunteering_org_name]).to eq("Muffins for Mums")
You can’t perform that action at this time.
0 commit comments