diff --git a/features/dashboard/active_tab.feature b/features/dashboard/active_tab.feature index 803f9b3383..c17dfd0706 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 0000000000..19ff77b9fe --- /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