test_support_helper.rb 202 B

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