summaryrefslogtreecommitdiff
path: root/features/steps/dashboard/active_tab.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/dashboard/active_tab.rb')
-rw-r--r--features/steps/dashboard/active_tab.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/features/steps/dashboard/active_tab.rb b/features/steps/dashboard/active_tab.rb
index 0e2c04fb299..04fe96cef22 100644
--- a/features/steps/dashboard/active_tab.rb
+++ b/features/steps/dashboard/active_tab.rb
@@ -1,9 +1,5 @@
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
+ include SharedSidebarActiveTab
end