BigW Consortium Gitlab

notifications.rb 336 Bytes
Newer Older
1
class Spinach::Features::ProfileNotifications < Spinach::FeatureSteps
2 3 4 5 6 7 8 9
  include SharedAuthentication
  include SharedProject

  step 'I visit profile notifications page' do
    visit profile_notifications_path
  end

  step 'I should see global notifications settings' do
Dmitriy Zaporozhets committed
10
    page.should have_content "Notifications settings"
11 12
  end
end