From ef6e94e37e0fce23acf32992476aeb63405be0c1 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 21 Sep 2014 23:40:22 +0200 Subject: Replace old spinach step definitions with step. --- features/steps/dashboard/projects.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/steps/dashboard/projects.rb') diff --git a/features/steps/dashboard/projects.rb b/features/steps/dashboard/projects.rb index 85251565446..2b41aa6374e 100644 --- a/features/steps/dashboard/projects.rb +++ b/features/steps/dashboard/projects.rb @@ -3,7 +3,7 @@ class 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 -- cgit v1.2.1