Shoulda Matchers now requires configuration

This commit is contained in:
Henne Vogelsang 2016-06-14 12:40:41 +02:00
parent 31becc47eb
commit 419f3c29cb

View file

@ -96,4 +96,11 @@ RSpec.configure do |config|
end
Shoulda::Matchers.configure do |config|
config.integrate do |with|
with.test_framework :rspec
with.library :rails
end
end
OmniAuth.config.test_mode = true