In a Rails 3 application using Steak, Capybara and RSpec how do I test the page\'s title?
This works under Rails 3.1.10, Capybara 2.0.2 and Rspec 2.12, and allows matching partial contents:
find('title').native.text.should have_content("Status of your account::")