diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-10 05:34:01 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-10 05:34:01 -0700 |
commit | 698500dd786cc931cabeb0f44087c0cd11bd0131 (patch) | |
tree | ca82be95d3b1eeb5dcd6a8e4fdb0d2b054bd4d91 /features/project/issues/milestones.feature | |
parent | 080bd12e167dceb3274bb488b7be787379d126b4 (diff) | |
download | gitlab-ce-698500dd786cc931cabeb0f44087c0cd11bd0131.tar.gz |
add spinach steps for project issues and source features
Diffstat (limited to 'features/project/issues/milestones.feature')
-rw-r--r-- | features/project/issues/milestones.feature | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/features/project/issues/milestones.feature b/features/project/issues/milestones.feature index d78096a4f16..a57f67d6815 100644 --- a/features/project/issues/milestones.feature +++ b/features/project/issues/milestones.feature @@ -1,9 +1,9 @@ -Feature: Milestones +Feature: Project Milestones Background: - Given I signin as a user + Given I sign in as a user And I own project "Shop" And project "Shop" has milestone "v2.2" - Given I visit project "Shop" milestones page + Given I visit project "Shop" milestones page Scenario: I should see active milestones Then I should see milestone "v2.2" |