Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2012-09-10 16:34:01 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2012-09-10 16:34:01 +0400
commit698500dd786cc931cabeb0f44087c0cd11bd0131 (patch)
treeca82be95d3b1eeb5dcd6a8e4fdb0d2b054bd4d91 /features/project/issues/milestones.feature
parent080bd12e167dceb3274bb488b7be787379d126b4 (diff)
add spinach steps for project issues and source features
Diffstat (limited to 'features/project/issues/milestones.feature')
-rw-r--r--features/project/issues/milestones.feature6
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"