RailsCasts Pro episodes are now free!

Learn more or hide this

Dan Quellhorst's Profile

GitHub User: quellhorst

Site: http://www.abtain.com/

Comments by Dan Quellhorst

Avatar

Has anyone got capybara xpath assertions working?

Example:
page.should have_xpath("//title")

Gives me the error:
NoMethodError: undefined method `have_xpath'