Created
April 21, 2009 01:47
-
-
Save zdennis/98883 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Given I'm logged in Joe | |
And I write the amazing blog post on 03-01-2009: | |
""" | |
Do you feel lucky punk? Well, do yah? | |
""" | |
When I visit the blog post rss feed | |
Then I should see the post has the author Joe | |
And I should see the post was made on 03-01-2008 | |
And I should see the post content is | |
""" | |
Do you feel lucky punk? Well, do yah? | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment