OSDN Git Service

Merge branch 'jruby' into 'master'
[wvm/gitlab.git] / features / project / edit_issuetracker.feature
1 Feature: Project Issue Tracker
2   Background:
3     Given I sign in as a user
4     And I own project "Shop"
5     And project "Shop" has issues enabled
6     And I visit project "Shop" page
7
8   Scenario: I set the issue tracker to "GitLab"
9     When I visit edit project "Shop" page
10     And change the issue tracker to "GitLab"
11     And I save project
12     Then I the project should have "GitLab" as issue tracker
13
14   Scenario: I set the issue tracker to "Redmine"
15     When I visit edit project "Shop" page
16     And change the issue tracker to "Redmine"
17     And I save project
18     Then I the project should have "Redmine" as issue tracker