Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
mluedke2 committed Jan 8, 2025
1 parent c8fdc8b commit 1ae0b46
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spec/lib/pdf_filler/nj1040_pdf_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -842,19 +842,15 @@
allow_any_instance_of(Efile::Nj::Nj1040Calculator).to receive(:calculate_line_15).and_return(0)
end

it "leaves line 15 blank" do
# millions
it "does not fill in any box on line 15" do
expect(pdf_fields["15"]).to eq ""
expect(pdf_fields["undefined_36"]).to eq ""
# thousands
expect(pdf_fields["undefined_37"]).to eq ""
expect(pdf_fields["undefined_38"]).to eq ""
expect(pdf_fields["Text100"]).to eq ""
# hundreds
expect(pdf_fields["Text101"]).to eq ""
expect(pdf_fields["Text103"]).to eq ""
expect(pdf_fields["Text104"]).to eq ""
# decimals
expect(pdf_fields["Text105"]).to eq ""
expect(pdf_fields["Text106"]).to eq ""
end
Expand Down

0 comments on commit 1ae0b46

Please sign in to comment.