Fix spinach tests

This commit is contained in:
Dmitriy Zaporozhets
2013-07-31 20:45:25 +03:00
parent b19bffc536
commit e6affad928
@@ -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