lib/schema_expectations/rspec.rb in schema_expectations-0.3.0 vs lib/schema_expectations/rspec.rb in schema_expectations-0.4.0
- old
+ new
@@ -1,6 +1,6 @@
require 'rspec/core'
require 'schema_expectations/rspec_matchers'
RSpec.configure do |config|
- config.include SchemaExpectations::RSpecMatchers, type: :model
+ config.include SchemaExpectations::RSpecMatchers
end