aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2012-09-05 14:48:00 +1200
committerPhilip Arndt <parndt@gmail.com>2012-09-05 14:48:00 +1200
commite7495f1fc3cb7931b94a84dde60764b30c1368ca (patch)
tree89bf799540cad8d17f1a1cdee4449c24b0dc07bd /spec
parent6a19ec174d94314a1eaeb6a34c4b2527e7f6e734 (diff)
downloadrefinerycms-blog-e7495f1fc3cb7931b94a84dde60764b30c1368ca.tar.gz
refinerycms-blog-e7495f1fc3cb7931b94a84dde60764b30c1368ca.tar.bz2
refinerycms-blog-e7495f1fc3cb7931b94a84dde60764b30c1368ca.zip
Fixed verbiage causing test failure
Diffstat (limited to 'spec')
-rw-r--r--spec/requests/refinery/blog/admin/posts_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/refinery/blog/admin/posts_spec.rb b/spec/requests/refinery/blog/admin/posts_spec.rb
index b298b49..0b3890a 100644
--- a/spec/requests/refinery/blog/admin/posts_spec.rb
+++ b/spec/requests/refinery/blog/admin/posts_spec.rb
@@ -156,7 +156,7 @@ module Refinery
fill_in "Title", :with => "This is some other guy's blog post"
fill_in "post_body", :with => "I totally didn't write it."
- click_link "Advanced Options"
+ click_link "Advanced options"
select other_guy.username, :from => "Author"