greenlight/spec/support/shoulda_matchers.rb

10 lines
170 B
Ruby

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