Skip to content

Commit

Permalink
updates to json files
Browse files Browse the repository at this point in the history
  • Loading branch information
pennja committed Oct 8, 2024
1 parent 0ed7d30 commit 3a7ec3d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
},
"living_situation": {
"is_in_care_facility": false
}
}
},
"statement_of_truth_signature": "Veteran Surname"
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@
"postal_code": "54890"
}
},
"remarks": "Lengthy remarks here \nabout what is needed\tand such"
"remarks": "Lengthy remarks here about what is needed and such",
"statement_of_truth_signature": "Veteran Surname"
}
17 changes: 15 additions & 2 deletions modules/simple_forms_api/spec/services/pdf_filler_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,21 @@

describe SimpleFormsApi::PdfFiller do
forms = %w[
vba_21_0966 vba_21_0966-min vba_21_0972 vba_21_0972-min vba_21_10210 vba_21_10210-min vba_21_4138 vba_21_4138-min
vba_21_4142 vba_21_4142-min vba_21p_0847 vba_21p_0847-min vba_26_4555 vba_26_4555-min vba_40_0247 vba_40_0247
vba_21_0966
vba_21_0966-min
vba_21_0972
vba_21_0972-min
vba_21_10210
vba_21_10210-min
vba_21_4138
vba_21_4138-min
vba_21_4142
vba_21_4142-min
vba_21p_0847
vba_21p_0847-min
vba_26_4555
vba_26_4555-min
vba_40_0247
vba_40_0247-min
]

Expand Down

0 comments on commit 3a7ec3d

Please sign in to comment.