gitlab-org--gitlab-foss/features/steps/dashboard/active_tab.rb

10 lines
240 B
Ruby
Raw Normal View History

2015-04-13 21:19:04 +00:00
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
2015-04-13 21:19:04 +00:00
end