From f3d5b565d50e1bb13644c30275f5e4aba2276d39 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 10 Dec 2013 10:20:31 +0200 Subject: [PATCH] fix profile tests Signed-off-by: Dmitriy Zaporozhets --- features/steps/profile/profile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb index a72f8a44f..7bb4aebde 100644 --- a/features/steps/profile/profile.rb +++ b/features/steps/profile/profile.rb @@ -85,7 +85,7 @@ class Profile < Spinach::FeatureSteps end step "I should see a password error message" do - page.should have_content "Password doesn't match confirmation" + page.should have_content "Password confirmation doesn't match" end step 'I reset my token' do -- 2.11.0