diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index e9d32f4a..58a09f88 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -122,3 +122,10 @@ RSpec.configure do |config| end OmniAuth.config.test_mode = true + +Shoulda::Matchers.configure do |config| + config.integrate do |with| + with.test_framework :rspec + with.library :rails + end +end