aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/system_testing/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/system_testing/base.rb')
-rw-r--r--actionpack/lib/system_testing/base.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/actionpack/lib/system_testing/base.rb b/actionpack/lib/system_testing/base.rb
deleted file mode 100644
index 770342da82..0000000000
--- a/actionpack/lib/system_testing/base.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-require 'system_testing/test_helper'
-require 'system_testing/driver_adapter'
-
-module SystemTesting
- module Base
- include TestHelper
- include DriverAdapter
-
- ActiveSupport.run_load_hooks(:system_testing, self)
- end
-end