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/project/archived.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'features/steps/project/archived.rb') diff --git a/features/steps/project/archived.rb b/features/steps/project/archived.rb index 8b490d2ffc0..abb4806e5f1 100644 --- a/features/steps/project/archived.rb +++ b/features/steps/project/archived.rb @@ -18,11 +18,11 @@ class ProjectArchived < Spinach::FeatureSteps visit project_path(project) end - Then 'I should not see "Archived"' do + step 'I should not see "Archived"' do page.should_not have_content "Archived" end - Then 'I should see "Archived"' do + step 'I should see "Archived"' do page.should have_content "Archived" end -- cgit v1.2.1