Files
old-holivud2/spec/support/shoulda_matchers.rb
2020-05-31 22:38:19 +02:00

7 lines
134 B
Ruby

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