Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Jan 15, 2024
1 parent fc4599d commit 26004fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/pdf_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,4 @@ def expect_pdf_color_rects(cases)
expect(actual).to include "#{c} #{x} #{y} #{w} #{h} re"
end
end

def expect_pdf_color_rect(color, x, y, w, h)
expect_pdf_color_rects([color, x, y, w, h])
end
end

0 comments on commit 26004fd

Please sign in to comment.