Module: PdfMatcher::Testing::Matcher

Defined in:
lib/pdf_matcher/testing/matcher.rb

Defined Under Namespace

Classes: MatchPdf

Instance Method Summary collapse

Instance Method Details

#match_pdf(expected_pdf, output_diff: nil) ⇒ Object



9
10
11
# File 'lib/pdf_matcher/testing/matcher.rb', line 9

def match_pdf(expected_pdf, output_diff: nil)
  MatchPdf.new(expected_pdf, output_diff)
end