gitlab-org--gitlab-foss/features/steps/dashboard/active_tab.rb
Dmitriy Zaporozhets 5d1ab47bd2
Revert help link tests removal
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-15 12:13:49 +03: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