shoulda_matchers.rb 211 B

12345678
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. Shoulda::Matchers.configure do |config|
  3. config.integrate do |with|
  4. with.test_framework :rspec
  5. with.library :rails
  6. end
  7. end