From e6affad928cfcc8f5c8b031bf791b65377eeb25f Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 31 Jul 2013 20:45:25 +0300 Subject: [PATCH] Fix spinach tests --- features/steps/profile/profile_notifications.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/steps/profile/profile_notifications.rb b/features/steps/profile/profile_notifications.rb index 54b0260..7a41687 100644 --- a/features/steps/profile/profile_notifications.rb +++ b/features/steps/profile/profile_notifications.rb @@ -7,7 +7,7 @@ class ProfileNotifications < Spinach::FeatureSteps end step 'I should see global notifications settings' do - page.should have_content "Setup your notification level" + page.should have_content "Notifications settings" page.should have_content "Global setting" end end -- libgit2 0.21.2