teamcapybara--capybara/lib/capybara/spec
Carol Nichols e7b72c72ec Allows passing options through has_button? to has_selector?
This enables assertions on the presence of disabled buttons by doing:

    assert has_button?('Button text', :disabled => true)

in a similar way to:

    find_field("Disabled Checkbox", :disabled => true)
2013-08-08 19:05:38 -04:00
..
fixtures Support for multiple file upload. 2012-09-17 20:04:00 +02:00
public Make spec more stable and resistant to timing errors 2013-03-08 13:01:03 +01:00
session Allows passing options through has_button? to has_selector? 2013-08-08 19:05:38 -04:00
views Merge pull request #1069 from twalpole/textare_newline 2013-07-03 05:28:14 -07:00
spec_helper.rb Prove that HTML in textareas is handled correctly 2013-03-26 16:24:26 +01:00
test_app.rb Support for multiple file upload. 2012-09-17 20:04:00 +02:00