RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: quellhorst
Site: http://www.abtain.com/
Has anyone got capybara xpath assertions working?
Example: page.should have_xpath("//title")
Gives me the error: NoMethodError: undefined method `have_xpath'
Has anyone got capybara xpath assertions working?
Example:
page.should have_xpath("//title")
Gives me the error:
NoMethodError: undefined method `have_xpath'