webrat/spec
Kieran Pilkington a8d0cebde3 Various improvements, refinements, and bugfixes for select field usage.
Multiple select boxes are now handled a lot better.
* You can now select more than one field (where as previously, the last one select would override previous selections)
* You can now unselect a value. It works like select, takes the same params, but removes the selection value

Issues regarding ampersands in values have been resolved.
* Values are now unescaped when the to_param method is run on elements, to make assertions less complicated
* Locating an option with ampersand values now works as expected (it will check for both escaped and unescaped occurrences)

Bunch of new specs and 3 broken pending ones have now been fixed. [#145 status:resolved]
2009-08-31 18:34:04 +12:00
..
fakes Rename TestSession to TestAdapter 2009-08-12 21:42:01 -04:00
integration Add very basic spec for Mechanize 2009-08-12 21:37:15 -04:00
private Spec giving me trouble -- removing for now 2009-08-29 16:04:04 -04:00
public Various improvements, refinements, and bugfixes for select field usage. 2009-08-31 18:34:04 +12:00
rcov.opts Added prelimary support for fully qualified links starting with http:// or https://. Restored missing commits(???) 2008-05-04 04:15:36 -04:00
spec.opts spec.opts 2008-11-13 21:28:28 -05:00
spec_helper.rb Move adapters to webrat/adapters, and Rails and Merb integration code into webrat/integrations 2009-08-19 23:42:54 -04:00