mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 13:16:09 +10:00
13 lines
336 B
Ruby
13 lines
336 B
Ruby
class Spinach::Features::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
|