im working on ruby.railstutorial.org/ruby-on-rails-tutorial-book. Im using rails 3.2.7, spork, rspec, capybara, launchy and some guards :)
i have a really weird problem
If you're using Capybara 2, you can use the have_title method like this:
have_title
page.should have_title("Ruby on Rails Tutorial Sample App | Home")