aboutsummaryrefslogtreecommitdiffstats
path: root/features/tags.feature
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-05-31 14:16:04 +1200
committerPhilip Arndt <parndt@gmail.com>2011-05-31 14:16:04 +1200
commit2dc08f3a496af8ddf8bdbb760b551494ffdefeb2 (patch)
tree3c8f343917573cf40580a3eb242e10953b20df9e /features/tags.feature
parent60fc7839f8b6227951eed454442b69836840df01 (diff)
downloadrefinerycms-blog-2dc08f3a496af8ddf8bdbb760b551494ffdefeb2.tar.gz
refinerycms-blog-2dc08f3a496af8ddf8bdbb760b551494ffdefeb2.tar.bz2
refinerycms-blog-2dc08f3a496af8ddf8bdbb760b551494ffdefeb2.zip
tab -> tabs and requiring the file on to_prepare so that it actually loads. Fixed specs now that the form 'looks' different.
Diffstat (limited to 'features/tags.feature')
-rw-r--r--features/tags.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/tags.feature b/features/tags.feature
index 05d6028..24dff2a 100644
--- a/features/tags.feature
+++ b/features/tags.feature
@@ -12,7 +12,7 @@ Feature: Blog Post Tags
Scenario: The blog post new/edit form saves tag_list
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 fill in "blog_post_body" with "And I love it"
And I fill in "Tags" with "chicago, bikes, beers, babes"
And I press "Save"