diff options
| author | Lin Jen-Shin <godfat@godfat.org> | 2017-12-29 22:40:47 +0800 |
|---|---|---|
| committer | Lin Jen-Shin <godfat@godfat.org> | 2018-01-02 22:27:01 +0800 |
| commit | 7945878d45775e74046196bfd40291a1a7747724 (patch) | |
| tree | 6b030a913b83d7a2666b3337e0ee4ec055b48b3e /qa/qa.rb | |
| parent | 9f7fe677415e36dcf8a6d1621335d383196a5951 (diff) | |
| download | gitlab-ce-7945878d45775e74046196bfd40291a1a7747724.tar.gz | |
Introduce common project settings and just put
everything in the scenario without a before block.
Diffstat (limited to 'qa/qa.rb')
| -rw-r--r-- | qa/qa.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ module QA autoload :Show, 'qa/page/project/show' module Settings + autoload :Common, 'qa/page/project/settings/common' autoload :Repository, 'qa/page/project/settings/repository' autoload :DeployKeys, 'qa/page/project/settings/deploy_keys' end |
