diff options
author | Stan Hu <stanhu@gmail.com> | 2018-08-19 23:07:09 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-08-20 11:56:23 -0700 |
commit | 00aa4d4c8c57a2f305070c2f9cb86fde6bc14285 (patch) | |
tree | e063f61a3b15298ead5703220b526014dc1f85c4 /qa/qa.rb | |
parent | 00baed8cb0725f7e05e6dab4e498acf2b425a5b2 (diff) | |
download | gitlab-ce-00aa4d4c8c57a2f305070c2f9cb86fde6bc14285.tar.gz |
Add basic QA test for testing attachment uploads
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ module QA autoload :LDAP, 'qa/scenario/test/integration/ldap' autoload :Kubernetes, 'qa/scenario/test/integration/kubernetes' autoload :Mattermost, 'qa/scenario/test/integration/mattermost' + autoload :ObjectStorage, 'qa/scenario/test/integration/object_storage' end module Sanity |