trabajo-afectivo/test/test_support_helper.rb
2022-01-01 14:38:12 +01:00

4 lines
202 B
Ruby

# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
# automatically require all helpers in test/support
Dir[Rails.root.join('test/support/**/*.rb')].sort.each { |f| require f }