diff options
author | Hannes Rosenögger <123haynes@gmail.com> | 2015-04-13 23:19:04 +0200 |
---|---|---|
committer | Hannes Rosenögger <123haynes@gmail.com> | 2015-04-13 23:43:11 +0200 |
commit | a62dbd11cb14e6e96e89cc7e9f944072a0e9ed1a (patch) | |
tree | d0e842c90a8caa383e57a0a0560a7480e33c4897 /features | |
parent | f124aceb6143f1f808c553e01fffdd5b328438e2 (diff) | |
download | gitlab-ce-a62dbd11cb14e6e96e89cc7e9f944072a0e9ed1a.tar.gz |
fix failing test
Diffstat (limited to 'features')
-rw-r--r-- | features/dashboard/active_tab.feature | 1 | ||||
-rw-r--r-- | features/steps/dashboard/active_tab.rb | 6 |
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 |