lib/pact/provider/rspec/matchers.rb in pact-1.55.5 vs lib/pact/provider/rspec/matchers.rb in pact-1.55.6

- old
+ new

@@ -6,10 +6,10 @@ module Pact module RSpec module Matchers module RSpec2Delegator - # For backwards compatiblity with rspec-2 + # For backwards compatibility with rspec-2 def method_missing(method, *args, &block) if method_name == :failure_message_for_should failure_message method, *args, &block else super