Method: Pact::Matchers::MultipartFormDiffFormatter#body_diff_string

Defined in:
lib/pact/matchers/multipart_form_diff_formatter.rb

#body_diff_stringObject



32
33
34
35
36
37
38
# File 'lib/pact/matchers/multipart_form_diff_formatter.rb', line 32

def body_diff_string
  if @body_diff
    @differ.diff_as_string(@body_diff.expected, @body_diff.actual)
  else
    ""
  end
end