gitlab-org--gitlab-foss/features/steps/profile/notifications.rb
2014-02-23 10:34:39 +01:00

12 lines
317 B
Ruby

class ProfileNotifications < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
step 'I visit profile notifications page' do
visit profile_notifications_path
end
step 'I should see global notifications settings' do
page.should have_content "Notifications settings"
end
end