diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2017-11-09 11:53:57 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-11-09 11:53:57 +0000 |
commit | 77103646678deed776784be9c3eba2ced4c6daea (patch) | |
tree | d6ed056976dcc2ea64df72224e9013db98f5dae1 /qa/qa.rb | |
parent | 760b2c75ef9d2c6acb655860dceae4c04cd8e5a7 (diff) | |
download | gitlab-ce-77103646678deed776784be9c3eba2ced4c6daea.tar.gz |
Make it possible to define global scenario attributes
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ module QA ## # Support files # + autoload :Bootable, 'qa/scenario/bootable' autoload :Actable, 'qa/scenario/actable' autoload :Entrypoint, 'qa/scenario/entrypoint' autoload :Template, 'qa/scenario/template' |