Skip to content

Commit

Permalink
Fixed typo with misspell (pact-foundation#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt authored Oct 28, 2020
1 parent 5727d8e commit 8d8d8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
## Long term

* Add XML support
* Create a test matrix to ensure compatiblity with implementations in other languages
* Create a test matrix to ensure compatibility with implementations in other languages
2 changes: 1 addition & 1 deletion lib/pact/provider/rspec/matchers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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
Expand Down

0 comments on commit 8d8d8aa

Please sign in to comment.