2014-09-22 10:30:25 -04:00
|
|
|
class Spinach::Features::ProfileNotifications < Spinach::FeatureSteps
|
2013-06-26 13:54:51 -04:00
|
|
|
include SharedAuthentication
|
|
|
|
include SharedProject
|
|
|
|
|
|
|
|
step 'I visit profile notifications page' do
|
|
|
|
visit profile_notifications_path
|
|
|
|
end
|
|
|
|
|
|
|
|
step 'I should see global notifications settings' do
|
2015-05-28 09:32:28 -04:00
|
|
|
page.should have_content "Notifications"
|
2013-06-26 13:54:51 -04:00
|
|
|
end
|
|
|
|
end
|