waterlink / rspec-json_expectations

Set of matchers and helpers to allow you test your APIs responses like a pro.
https://www.relishapp.com/waterlink/rspec-json-expectations/docs
MIT License
140 stars 23 forks source link

Fix error with rspec-rails gem on version 3.5.2 #31

Closed d-acuna closed 5 years ago

d-acuna commented 6 years ago

Fix the error with rspec-rails-3.5.2 and rspec-3.5


/home/user/.rvm/gems/ruby-2.3.3@mygemset/gems/rspec-json_expectations-2.1.0/lib/rspec/json_expectations/matcher_factory.rb:9:in `define_matcher': undefined method `define' for RSpec::Matchers:Module (NoMethodError)
Did you mean?  define_method
               refine
waterlink commented 5 years ago

Thank you, @DimasJok !