debian-mirror-gitlab/features/steps/profile/notifications.rb

13 lines
317 B
Ruby
Raw Normal View History

2014-09-02 18:07:02 +05:30
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