stadtratmonitor/spec/support/shoulda.rb
2016-02-17 08:35:59 +01:00

6 lines
134 B
Ruby

Shoulda::Matchers.configure do |config|
config.integrate do |with|
with.test_framework :rspec
with.library :rails
end
end