Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorTomislav Nikic <tnikic@gitlab.com>2019-09-11 02:20:23 +0300
committerMark Lapierre <mlapierre@gitlab.com>2019-09-11 02:20:23 +0300
commit1ada89d5f1f975418e60e70b5f887da273072f1d (patch)
tree35daf17b21cd5ad2f81eabb71eeb78ef571f68f2 /qa/qa.rb
parent564d78dac1960366fb2a4d3f8db53eafe96618ab (diff)
Backport for EE 15582
This is a back-port for all CE related files.
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 8b38011486b..9bf28d396ba 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -66,6 +66,7 @@ module QA
autoload :Fork, 'qa/resource/fork'
autoload :SSHKey, 'qa/resource/ssh_key'
autoload :Snippet, 'qa/resource/snippet'
+ autoload :ProjectMember, 'qa/resource/project_member'
module Events
autoload :Base, 'qa/resource/events/base'