diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb index a72f8a4..7bb4aeb 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 -- libgit2 0.21.2