webrat/spec/private/core
Álvaro Gil fa881a88c8 build querystring with all form elements and then parse to get query params
* Basically Field#to_param was replaced for Field#to_query_string and
some methods related to build params were moved to Form class.

Before this commit the params hash was made by parsing each element
querystring to param and then merge, now we build the whole querystring
first and then parse it to get params with Rack or Rails depending of
the configure mode.
2010-04-03 12:07:16 -03:00
..
configuration_spec.rb Save and open page storage directory now defaults to "tmp" under current directory if exists, otherwise current directory 2010-01-17 18:29:35 -05:00
field_spec.rb build querystring with all form elements and then parse to get query params 2010-04-03 12:07:16 -03:00
form_spec.rb build querystring with all form elements and then parse to get query params 2010-04-03 12:07:16 -03:00
link_spec.rb Rename TestSession to TestAdapter 2009-08-12 21:42:01 -04:00
session_spec.rb Removed save_and_open_page's rewriting of static asset paths before saving (was not actually working) 2010-01-16 19:28:29 -05:00