mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
configure shoulda-matchers
This commit is contained in:
parent
3616eb07d9
commit
88c7951160
2 changed files with 7 additions and 1 deletions
6
spec/support/shoulda.rb
Normal file
6
spec/support/shoulda.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
Shoulda::Matchers.configure do |config|
|
||||
config.integrate do |with|
|
||||
with.test_framework :rspec
|
||||
with.library :rails
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue