spec/spec_helper.rb in json-matchers-0.3.0 vs spec/spec_helper.rb in json-matchers-0.3.1

- old
+ new

@@ -1,5 +1,5 @@ -require "json/matchers" +require "json_matchers/rspec" Dir["./spec/support/*"].each { |file| require file } RSpec.configure do |config| config.expect_with :rspec do |expectations|