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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/projects.rb b/features/steps/dashboard/projects.rb
index 40526660beb..2a348163060 100644
--- a/features/steps/dashboard/projects.rb
+++ b/features/steps/dashboard/projects.rb
@@ -3,7 +3,7 @@ class Spinach::Features::DashboardProjects < Spinach::FeatureSteps
include SharedPaths
include SharedProject
- Then 'I should see projects list' do
+ step 'I should see projects list' do
@user.authorized_projects.all.each do |project|
page.should have_link project.name_with_namespace
end