Shoulda Matchers now requires configuration
This commit is contained in:
parent
31becc47eb
commit
419f3c29cb
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue