trabajo-afectivo/spec/support/shoulda_matchers.rb
2022-01-01 14:38:12 +01:00

8 lines
211 B
Ruby

# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
Shoulda::Matchers.configure do |config|
config.integrate do |with|
with.test_framework :rspec
with.library :rails
end
end