I found the issue was case sensitivity 'Sign up' vs. 'Sign Up'
--
Posted via http://www.ruby-forum.com/.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
Looks like it " expected following output to contain a Sign
up
tag:" and the output's title tag is "Ruby on Rails Tutorial Sample
App | ".
I am pretty new to rspec and testing in general, but it looks like fixing
the page title will make this test pass.
On Tue, Nov 6, 2012 at 2:42 PM, Drew Davi