aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/system_testing/test_helpers.rb
blob: add9596463af56f5c3e65b8d5311386ae8fe21b1 (plain) (blame)
1
2
3
4
5
6
7
module SystemTesting
  module TestHelpers
    extend ActiveSupport::Autoload

    autoload :FormHelper
  end
end