summaryrefslogtreecommitdiff
path: root/qa/qa/ce/strategy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/ce/strategy.rb')
-rw-r--r--qa/qa/ce/strategy.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/qa/qa/ce/strategy.rb b/qa/qa/ce/strategy.rb
index 018a1eb1bfc..71c538c20a0 100644
--- a/qa/qa/ce/strategy.rb
+++ b/qa/qa/ce/strategy.rb
@@ -5,10 +5,6 @@ module QA
module Strategy
extend self
- def extend_autoloads!
- # noop
- end
-
def perform_before_hooks
# The login page could take some time to load the first time it is visited.
# We visit the login page and wait for it to properly load only once before the tests.