diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-01-26 16:04:08 -0800 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-01-26 16:04:08 -0800 |
commit | 9b5b334a798233b200318ecfbff55f0284f874da (patch) | |
tree | 7648d12110e8b1cd009721f08682f9206fade551 /features/project | |
parent | 4641514cbfdcc56a0cbc5ad3444a92284df9a665 (diff) | |
download | gitlab-ce-9b5b334a798233b200318ecfbff55f0284f874da.tar.gz |
Remove unused feature steps.
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/edit_issuetracker.feature | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/features/project/edit_issuetracker.feature b/features/project/edit_issuetracker.feature deleted file mode 100644 index cc0de07ca69..00000000000 --- a/features/project/edit_issuetracker.feature +++ /dev/null @@ -1,18 +0,0 @@ -Feature: Project Issue Tracker - Background: - Given I sign in as a user - And I own project "Shop" - And project "Shop" has issues enabled - And I visit project "Shop" page - - Scenario: I set the issue tracker to "GitLab" - When I visit edit project "Shop" page - And change the issue tracker to "GitLab" - And I save project - Then I the project should have "GitLab" as issue tracker - - Scenario: I set the issue tracker to "Redmine" - When I visit edit project "Shop" page - And change the issue tracker to "Redmine" - And I save project - Then I the project should have "Redmine" as issue tracker |