class Pact::Matchers::Difference

Public Instance Methods

as_json(options = {}) click to toggle source
# File lib/pact/matchers/difference.rb, line 7
def as_json options = {}
  {:EXPECTED => expected, :ACTUAL => actual}
end