mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
10 lines
240 B
Ruby
10 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
|