Method: Pact::Provider::PactVerification#==

Defined in:
lib/pact/provider/pact_verification.rb

#==(other) ⇒ Object



10
11
12
13
14
15
# File 'lib/pact/provider/pact_verification.rb', line 10

def == other
  other.is_a?(PactVerification) &&
    consumer_name == other.consumer_name &&
    uri == other.uri &&
    ref == other.ref
end