2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-06-01 12:20:20 +00:00
|
|
|
|
2018-06-03 13:01:33 +00:00
|
|
|
# automatically require all helpers in test/support
|
2020-02-18 19:51:31 +00:00
|
|
|
Dir[Rails.root.join('test/support/**/*.rb')].sort.each { |f| require f }
|