summaryrefslogtreecommitdiff
path: root/features/steps/dashboard/active_tab.rb
blob: 0e2c04fb29994cfe645c9fc31b99e13092673a6f (plain)
1
2
3
4
5
6
7
8
9
class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps
  include SharedAuthentication
  include SharedPaths
  include SharedActiveTab

  step 'the active main tab should be Help' do
    ensure_active_main_tab('Help')
  end
end