diff options
Diffstat (limited to 'features/steps/project/archived.rb')
-rw-r--r-- | features/steps/project/archived.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/archived.rb b/features/steps/project/archived.rb index c61e5cab9ce..afbf4d5950d 100644 --- a/features/steps/project/archived.rb +++ b/features/steps/project/archived.rb @@ -18,11 +18,11 @@ class Spinach::Features::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 |