From 75e952c4e6d757ce775f18152d9031e83377c7fc Mon Sep 17 00:00:00 2001 From: Heitor Reis Date: Tue, 14 Apr 2015 12:06:52 -0300 Subject: [PATCH] Fixing user update acceptance test --- features/users/user_update.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/users/user_update.feature b/features/users/user_update.feature index 862a8d0..19aad73 100644 --- a/features/users/user_update.feature +++ b/features/users/user_update.feature @@ -12,5 +12,5 @@ Feature: User update And I fill the Name field with "Rafael Manzo" And I fill the Current password field with "password" And I press the Update button - Then I should see "You updated your account successfully" + Then I should see "Your account has been updated successfully" And my name should have changed to Rafael Manzo -- libgit2 0.21.2