stadtratmonitor/spec/support/shoulda.rb

7 lines
134 B
Ruby
Raw Normal View History

2016-02-17 08:35:59 +01:00
Shoulda::Matchers.configure do |config|
config.integrate do |with|
with.test_framework :rspec
with.library :rails
end
end