diff options
author | Jamie Winsor <jamie@enmasse.com> | 2011-08-04 11:47:33 -0700 |
---|---|---|
committer | Jamie Winsor <jamie@enmasse.com> | 2011-08-04 13:59:29 -0700 |
commit | 84a2fcdf08430c70cb4da8c678c2d72e8ca54628 (patch) | |
tree | a6160b54dd4c8bb6c23950fa2e04572d0574b49a /features/authors.feature | |
parent | c3b7d0b1d2d23f87536078dc8cc2aa367d7730e4 (diff) | |
download | refinerycms-blog-84a2fcdf08430c70cb4da8c678c2d72e8ca54628.tar.gz refinerycms-blog-84a2fcdf08430c70cb4da8c678c2d72e8ca54628.tar.bz2 refinerycms-blog-84a2fcdf08430c70cb4da8c678c2d72e8ca54628.zip |
Replace authors.feature with capybara rspec tests
Diffstat (limited to 'features/authors.feature')
-rw-r--r-- | features/authors.feature | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/features/authors.feature b/features/authors.feature deleted file mode 100644 index f3fd3ec..0000000 --- a/features/authors.feature +++ /dev/null @@ -1,15 +0,0 @@ -@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 "blog_post_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 |