diff options
Diffstat (limited to 'actionsystemtest/lib/action_system_test/test_helpers.rb')
-rw-r--r-- | actionsystemtest/lib/action_system_test/test_helpers.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/actionsystemtest/lib/action_system_test/test_helpers.rb b/actionsystemtest/lib/action_system_test/test_helpers.rb deleted file mode 100644 index bc0e015874..0000000000 --- a/actionsystemtest/lib/action_system_test/test_helpers.rb +++ /dev/null @@ -1,7 +0,0 @@ -module ActionSystemTest - module TestHelpers - extend ActiveSupport::Autoload - - autoload :ScreenshotHelper - end -end |