debian-mirror-gitlab/features/steps/dashboard/active_tab.rb
2015-04-26 09:18:37 +02:00

9 lines
240 B
Ruby

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