I\'m running through Michael Hartl\'s Rails Tutorial.
I\'m trying to verify the title of my page. The test looks like this:
it \"should have the rig
I found it easier to move to Capybara (I'm using Rails 3.0.1, Rspec 2.0.1, Ruby 1.9.2). Now you can do something like
page.should have_css('title', :text => 'Ruby on Rails Tutorial Sample App | Home')