2015-04-13 17:19:04 -04:00
|
|
|
class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps
|
|
|
|
include SharedAuthentication
|
|
|
|
include SharedPaths
|
|
|
|
include SharedActiveTab
|
|
|
|
|
2015-04-15 05:13:49 -04:00
|
|
|
step 'the active main tab should be Help' do
|
|
|
|
ensure_active_main_tab('Help')
|
|
|
|
end
|
2015-04-13 17:19:04 -04:00
|
|
|
end
|