debian-mirror-gitlab/features/steps/dashboard/active_tab.rb

10 lines
240 B
Ruby
Raw Normal View History

2015-04-26 09:18:37 +02:00
class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps
2014-09-02 14:37:02 +02:00
include SharedAuthentication
include SharedPaths
include SharedActiveTab
2015-04-26 09:18:37 +02:00
step 'the active main tab should be Help' do
2014-09-02 14:37:02 +02:00
ensure_active_main_tab('Help')
end
end