spec/spec_helper.rb in api_matchers-0.5.1 vs spec/spec_helper.rb in api_matchers-0.6.0

- old
+ new

@@ -1,8 +1,10 @@ +require 'active_support' require 'api_matchers' require 'ostruct' RSpec.configure do |config| + config.disable_monkey_patching! config.include APIMatchers::RSpecMatchers def fail_with(message) raise_error(RSpec::Expectations::ExpectationNotMetError, message) end