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
|