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:
authorLin Jen-Shin <godfat@godfat.org>2018-10-25 23:29:24 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-10-25 23:29:24 +0300
commit51518019645ad514b98951df0bd30ecb898786aa (patch)
tree65fdeda5aa21db221ee296a87fa9ed7f4fc9f68c /qa/qa.rb
parentbf96ec85c736747672fa550707829fef635ddd60 (diff)
Always use `attribute` to define the product
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 36a37dbb270..f760dd972a7 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -39,7 +39,6 @@ module QA
module Factory
autoload :ApiFabricator, 'qa/factory/api_fabricator'
autoload :Base, 'qa/factory/base'
- autoload :Dependency, 'qa/factory/dependency'
autoload :Product, 'qa/factory/product'
module Resource