summaryrefslogtreecommitdiff
path: root/features/steps
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-01-31 11:05:50 +0100
committerRémy Coutable <remy@rymai.me>2017-01-31 11:05:50 +0100
commit8615138706337e6aca75d635e8fe3a867f9e69bd (patch)
treeeb97e01d4fd0cb2368c70d9d249adde7a00694e2 /features/steps
parentc9203e25d214487b2b7ccc0e85af32e418a84bcb (diff)
downloadgitlab-ce-8615138706337e6aca75d635e8fe3a867f9e69bd.tar.gz
Move Dashboard shortcuts specs from Spinah to RSpecmove-dashboard-shortcuts-from-spinach-to-rspec
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/dashboard/shortcuts.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/features/steps/dashboard/shortcuts.rb b/features/steps/dashboard/shortcuts.rb
deleted file mode 100644
index 118d27888df..00000000000
--- a/features/steps/dashboard/shortcuts.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-class Spinach::Features::DashboardShortcuts < Spinach::FeatureSteps
- include SharedAuthentication
- include SharedPaths
- include SharedProject
- include SharedSidebarActiveTab
- include SharedShortcuts
-end