From 5e0aca6b302c38e19fddf7cd61e205362066bcbd Mon Sep 17 00:00:00 2001 From: Alessandro Palmeira + Diego Araujo Date: Thu, 21 Feb 2013 19:35:29 +0000 Subject: [PATCH] [Mezuro] Refactoring project feature --- plugins/mezuro/features/project.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/mezuro/features/project.feature b/plugins/mezuro/features/project.feature index bdf220b..63395b3 100644 --- a/plugins/mezuro/features/project.feature +++ b/plugins/mezuro/features/project.feature @@ -127,12 +127,12 @@ Feature: Project | name | Sample Project | | description | Sample Description | | community | mycommunity | - Given the following users + And the following users | login | name | | adminuser | Admin | And I am logged in as "adminuser" - And I am on article "Sample Project" + When I am on article "Sample Project" And I should be on /mycommunity/sample-project - And I should not see "Delete" + Then I should not see "Delete" And I should not see "Edit" -- libgit2 0.21.2