shoulda_matchers.rb 165 B

12345678
  1. # frozen_string_literal: true
  2. Shoulda::Matchers.configure do |config|
  3. config.integrate do |with|
  4. with.test_framework :rspec
  5. with.library :rails
  6. end
  7. end