summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 242f9851a7f..40bdcc726ae 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -147,14 +147,6 @@ module QA
autoload :Config, 'qa/specs/config'
autoload :Runner, 'qa/specs/runner'
end
-
-
- ##
- # Classes that provide support methods
- #
- module Support
- autoload :StubENV, 'qa/support/stub_env'
- end
end
QA::Runtime::Release.extend_autoloads!