summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features/dashboard/active_tab.feature1
-rw-r--r--features/steps/dashboard/active_tab.rb6
2 files changed, 7 insertions, 0 deletions
diff --git a/features/dashboard/active_tab.feature b/features/dashboard/active_tab.feature
index 803f9b33838..c17dfd07063 100644
--- a/features/dashboard/active_tab.feature
+++ b/features/dashboard/active_tab.feature
@@ -1,4 +1,5 @@
@dashboard
+Feature: Dashboard Active Tab
Background:
Given I sign in as a user
diff --git a/features/steps/dashboard/active_tab.rb b/features/steps/dashboard/active_tab.rb
new file mode 100644
index 00000000000..19ff77b9fe6
--- /dev/null
+++ b/features/steps/dashboard/active_tab.rb
@@ -0,0 +1,6 @@
+class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps
+ include SharedAuthentication
+ include SharedPaths
+ include SharedActiveTab
+
+end