1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
Commit graph

9 commits

Author SHA1 Message Date
Jonas Nicklas
7df9e80233 Remove fancy error messages for now 2011-03-25 09:52:35 +00:00
Jo Liss
eac66d6b78 Pass options as Hash (not Array) in RSpec matcher (thanks to Mike Mazur) 2011-03-10 19:03:59 +01:00
Jo Liss
cfa26c66ad Removed require 'capybara/rspec/features' from spec (should be pulled in automatically) 2011-03-10 17:36:44 +01:00
Jonas Nicklas and Nicklas Ramhöj
cb8de0c05e Merge branch 'document_text' of https://github.com/scytacki/capybara into scytacki-document_text 2011-02-28 12:56:34 +01:00
Scott Cytacki
17224befe7 Fix document#text
It failed if the default selector was css, and failed with selenium with xpath.  Calling find('.') or find('/') in selenium returns a element that causes errors.  It now calls find(:xpath, '/html') which seems to work everywhere.
2011-02-18 16:29:51 -05:00
Jonas Nicklas
df300e9fbe Better errors for button matcher 2011-02-13 17:46:22 +01:00
Jonas Nicklas
d18787de65 Added have_button matchers 2011-02-13 17:04:13 +01:00
Jonas Nicklas and Nicklas Ramhöj
f4897f890d Added DSL for acceptance tests in RSpec 2011-02-11 14:44:58 +01:00
Jonas Nicklas and Nicklas Ramhöj
f5552dfe42 Move matchers into folder 2011-02-11 14:06:39 +01:00