diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-30 09:06:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-09-30 09:06:31 +0000 |
commit | 94611567bd03083e0ecef7a582a174aa34844482 (patch) | |
tree | 5c720fd3bc8b244491a4c4d1303348ba2b6128f9 /qa/qa.rb | |
parent | 42572f63eab5db8dc39279e0deeeadef86180a71 (diff) | |
download | gitlab-ce-94611567bd03083e0ecef7a582a174aa34844482.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -435,6 +435,10 @@ module QA autoload :Login, 'qa/vendor/github/page/login' end end + + module OnePassword + autoload :CLI, 'qa/vendor/one_password/cli' + end end # Classes that provide support to other parts of the framework. |