diff options
author | Philip Arndt <parndt@gmail.com> | 2011-05-09 10:50:19 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2011-05-09 10:50:19 +1200 |
commit | a9a0c5a385c16a0dfb5e36b3f5c0615b85ac28ae (patch) | |
tree | f6227b90f987e1630ba3d3cea0c068c084b56f28 /features | |
parent | f91793599476a8dd4ed5baef54dcaa754689fc4b (diff) | |
download | refinerycms-blog-a9a0c5a385c16a0dfb5e36b3f5c0615b85ac28ae.tar.gz refinerycms-blog-a9a0c5a385c16a0dfb5e36b3f5c0615b85ac28ae.tar.bz2 refinerycms-blog-a9a0c5a385c16a0dfb5e36b3f5c0615b85ac28ae.zip |
Tag all blog features with @blog.
Diffstat (limited to 'features')
-rw-r--r-- | features/authors.feature | 8 | ||||
-rw-r--r-- | features/tags.feature | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/features/authors.feature b/features/authors.feature index 1042c9f..0e17e32 100644 --- a/features/authors.feature +++ b/features/authors.feature @@ -1,15 +1,15 @@ -@blog +@blog @blog_authors Feature: Blog Post Authors Blog posts can be assigned authors through the given user model current_user is assumed through admin screens - + Scenario: Saving a blog post in blog_posts#new associates the current_user as the author Given I am a logged in refinery user - + 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 love it" And I press "Save" - + Then there should be 1 blog post And the blog post should belong to me
\ No newline at end of file diff --git a/features/tags.feature b/features/tags.feature index 07c73cd..05d6028 100644 --- a/features/tags.feature +++ b/features/tags.feature @@ -1,4 +1,4 @@ -@blog_tags +@blog @blog_tags Feature: Blog Post Tags Blog posts can be assigned tags |