summaryrefslogtreecommitdiff
path: root/features/steps/snippets/discover.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/snippets/discover.rb')
-rw-r--r--features/steps/snippets/discover.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/snippets/discover.rb b/features/steps/snippets/discover.rb
index e5f2a6639c0..da73dfc68be 100644
--- a/features/steps/snippets/discover.rb
+++ b/features/steps/snippets/discover.rb
@@ -3,11 +3,11 @@ class Spinach::Features::DiscoverSnippets < Spinach::FeatureSteps
include SharedPaths
include SharedSnippet
- Then 'I should see "Personal snippet one" in snippets' do
+ step 'I should see "Personal snippet one" in snippets' do
page.should have_content "Personal snippet one"
end
- And 'I should not see "Personal snippet private" in snippets' do
+ step 'I should not see "Personal snippet private" in snippets' do
page.should_not have_content "Personal snippet private"
end