summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2017-11-27 17:19:17 -0200
committerFelipe Artur <felipefac@gmail.com>2017-12-07 11:30:32 -0200
commit77c9632e9cbc9d424934852faf61d8dea322b6d0 (patch)
tree8455233c996ac89d653a454e49ffa9d22fbe4e26 /qa/qa.rb
parent9db9f68fe5b20cf0e21b6537482df4ed8ea31db7 (diff)
downloadgitlab-ce-77c9632e9cbc9d424934852faf61d8dea322b6d0.tar.gz
Turn push file into a scenario
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 06b6a76489b..4cbcf585030 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -46,6 +46,10 @@ module QA
autoload :Create, 'qa/scenario/gitlab/project/create'
end
+ module Repository
+ autoload :Push, 'qa/scenario/gitlab/repository/push'
+ end
+
module Sandbox
autoload :Prepare, 'qa/scenario/gitlab/sandbox/prepare'
end