diff options
Diffstat (limited to 'features/authors.feature')
-rw-r--r-- | features/authors.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/authors.feature b/features/authors.feature index a28d9ff..7c7df8f 100644 --- a/features/authors.feature +++ b/features/authors.feature @@ -7,8 +7,8 @@ Feature: Blog Post Authors When I am on the new blog post form And I fill in "Title" with "This is my blog post" - And I fill in "Body" with "And I am hubble" + And I fill in "Body" with "And I love it" And I press "Save" Then there should be 1 blog post - And the blog post should belong to "hubble"
\ No newline at end of file + And the blog post should belong to me
\ No newline at end of file |