From 13f207e539ba447a9a2aead3701fcf08979ce95c Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 4 Dec 2009 16:56:33 -0300 Subject: [PATCH] Workaround database setup problem --- features/location.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/location.feature b/features/location.feature index d69c113..8c34674 100644 --- a/features/location.feature +++ b/features/location.feature @@ -36,9 +36,9 @@ Feature: Location | city | | zip_code | Given the following - | identifier | name | owner | - | colivre | Colivre | zezinho | - And I am on Colivre's control panel + | identifier | name | owner | + | mycollective | My Collective | zezinho | + And I am on My Collective's control panel And I follow "Location" And I select "Brazil" from "Country" And I fill in the following: @@ -47,7 +47,7 @@ Feature: Location | City | Salvador | | ZIP Code | 40110010 | When I press "Save" - Then "colivre" should have the following data + Then "mycollective" should have the following data | address | country | state | city | zip_code | | Rua Marechal Floriano, 28 | BR | Bahia | Salvador | 40110010 | Examples: -- libgit2 0.21.2