diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-10-25 20:29:24 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2018-10-25 20:29:24 +0000 |
commit | 51518019645ad514b98951df0bd30ecb898786aa (patch) | |
tree | 65fdeda5aa21db221ee296a87fa9ed7f4fc9f68c /qa/qa.rb | |
parent | bf96ec85c736747672fa550707829fef635ddd60 (diff) | |
download | gitlab-ce-51518019645ad514b98951df0bd30ecb898786aa.tar.gz |
Always use `attribute` to define the product
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |