3 lines
129 B
Ruby
3 lines
129 B
Ruby
![]() |
# automatically require all helpers in test/support
|
||
|
Dir[Rails.root.join('test', 'support', '**', '*.rb')].each { |f| require f }
|