diff options
Diffstat (limited to 'features/steps/profile/notifications.rb')
-rw-r--r-- | features/steps/profile/notifications.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/profile/notifications.rb b/features/steps/profile/notifications.rb index df96dddd06e..13e93618eb7 100644 --- a/features/steps/profile/notifications.rb +++ b/features/steps/profile/notifications.rb @@ -7,6 +7,6 @@ class Spinach::Features::ProfileNotifications < Spinach::FeatureSteps end step 'I should see global notifications settings' do - page.should have_content "Notifications settings" + page.should have_content "Notifications Settings" end end |