trabajo-afectivo/test/test_support_helper.rb

3 lines
129 B
Ruby
Raw Normal View History

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