Skip to content

Commit

Permalink
Pretty sure you intended to have should instead of should_not here.
Browse files Browse the repository at this point in the history
  • Loading branch information
et committed Oct 23, 2011
1 parent 25ba575 commit 46a0860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ can be one steps file for all features for a particular object
template.stub(:formatted_date).with(article.published_at).and_return '01.01.2012'
render
rendered.should_not have_content('Published at: 01.01.2012')
rendered.should have_content('Published at: 01.01.2012')
end
end
```
Expand Down

0 comments on commit 46a0860

Please sign in to comment.