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/steps | |
parent | f124aceb6143f1f808c553e01fffdd5b328438e2 (diff) | |
download | gitlab-ce-a62dbd11cb14e6e96e89cc7e9f944072a0e9ed1a.tar.gz |
fix failing test
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/dashboard/active_tab.rb | 6 |
1 files changed, 6 insertions, 0 deletions
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 |