Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Rosenögger <123haynes@gmail.com>2015-04-14 00:19:04 +0300
committerHannes Rosenögger <123haynes@gmail.com>2015-04-14 00:43:11 +0300
commita62dbd11cb14e6e96e89cc7e9f944072a0e9ed1a (patch)
treed0e842c90a8caa383e57a0a0560a7480e33c4897 /features/steps/dashboard
parentf124aceb6143f1f808c553e01fffdd5b328438e2 (diff)
fix failing test
Diffstat (limited to 'features/steps/dashboard')
-rw-r--r--features/steps/dashboard/active_tab.rb6
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