diff options
author | Sanad Liaquat <sliaquat@gitlab.com> | 2019-01-31 20:37:00 +0500 |
---|---|---|
committer | Sanad Liaquat <sliaquat@gitlab.com> | 2019-01-31 20:37:00 +0500 |
commit | 5143dfec58b14250754f162574b7b7a07e85601d (patch) | |
tree | 042512db08162c31726c8a38d7917cd748ed9c0e /qa/qa.rb | |
parent | 1a4a982aa8296b46f498a4b25b181d47168bfe65 (diff) | |
download | gitlab-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.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |