summaryrefslogtreecommitdiff
path: root/features/steps/dashboard/projects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/dashboard/projects.rb')
-rw-r--r--features/steps/dashboard/projects.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/features/steps/dashboard/projects.rb b/features/steps/dashboard/projects.rb
deleted file mode 100644
index 2a348163060..00000000000
--- a/features/steps/dashboard/projects.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-class Spinach::Features::DashboardProjects < Spinach::FeatureSteps
- include SharedAuthentication
- include SharedPaths
- include SharedProject
-
- step 'I should see projects list' do
- @user.authorized_projects.all.each do |project|
- page.should have_link project.name_with_namespace
- end
- end
-end