aboutsummaryrefslogtreecommitdiffstats
path: root/actionsystemtest/lib/action_system_test/test_helpers.rb
blob: bc0e0158748ae3ea0245b78c671ab9939e874c79 (plain) (blame)
1
2
3
4
5
6
7
module ActionSystemTest
  module TestHelpers
    extend ActiveSupport::Autoload

    autoload :ScreenshotHelper
  end
end