summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-01-31 20:37:00 +0500
committerSanad Liaquat <sliaquat@gitlab.com>2019-01-31 20:37:00 +0500
commit5143dfec58b14250754f162574b7b7a07e85601d (patch)
tree042512db08162c31726c8a38d7917cd748ed9c0e /qa/qa.rb
parent1a4a982aa8296b46f498a4b25b181d47168bfe65 (diff)
downloadgitlab-ce-qa-github-oauth-login-test.tar.gz
Implement review feedbackqa-github-oauth-login-test
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 49cb32ddab9..b81c3e38bc5 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -342,6 +342,7 @@ module QA
autoload :Login, 'qa/vendor/saml_idp/page/login'
end
end
+
module Github
module Page
autoload :Base, 'qa/vendor/github/page/base'