classAdminActiveTab<Spinach::FeatureStepsincludeSharedAuthenticationincludeSharedPathsincludeSharedActiveTabThen'the active main tab should be Home'doensure_active_main_tab('Stats')endThen'the active main tab should be Projects'doensure_active_main_tab('Projects')end
Then'the active main tab should be Users'doensure_active_main_tab('Users')endThen'the active main tab should be Logs'doensure_active_main_tab('Logs')endThen'the active main tab should be Hooks'doensure_active_main_tab('Hooks')endThen'the active main tab should be Resque'doensure_active_main_tab('Resque')endend