diff options
author | Joe Sak <joe@joesak.com> | 2011-02-24 22:12:20 -0600 |
---|---|---|
committer | Joe Sak <joe@joesak.com> | 2011-02-24 22:12:20 -0600 |
commit | 518ee00e0c5d7c8a18e1c58dc00f58d6974d9f06 (patch) | |
tree | 13426f9a9299b0191c96a5ff1273f4eb4f69b761 /features/authors.feature | |
parent | 6a3cf5d6a695e9394a73bd429dbeae3787a3963e (diff) | |
download | refinerycms-blog-518ee00e0c5d7c8a18e1c58dc00f58d6974d9f06.tar.gz refinerycms-blog-518ee00e0c5d7c8a18e1c58dc00f58d6974d9f06.tar.bz2 refinerycms-blog-518ee00e0c5d7c8a18e1c58dc00f58d6974d9f06.zip |
WIP- just stuck on the uninitialized Constant weirdness
Diffstat (limited to 'features/authors.feature')
-rw-r--r-- | features/authors.feature | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/features/authors.feature b/features/authors.feature index 5bb5cea..a28d9ff 100644 --- a/features/authors.feature +++ b/features/authors.feature @@ -3,8 +3,7 @@ Feature: Blog Post Authors current_user is assumed through admin screens Scenario: Saving a blog post in blog_posts#new associates the current_user as the author - Given there is a user named "hubble" - And I am logged in as "hubble" + 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" |