diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-10-31 02:44:47 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2018-10-31 02:44:47 +0000 |
commit | e7741b0e5247024998bad7de6ebba33933db266a (patch) | |
tree | 41452f9906497da34133f83da2ce4faa1b0426c0 /qa/qa.rb | |
parent | 8bc8661499670160a183e78d416b581726619439 (diff) | |
download | gitlab-ce-e7741b0e5247024998bad7de6ebba33933db266a.tar.gz |
CE: Absorb product into factory
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 :Product, 'qa/factory/product' module Resource autoload :Sandbox, 'qa/factory/resource/sandbox' |