Commit Graph

216 Commits

Author SHA1 Message Date
Bryan Helmkamp 0b280c2f9f History 2008-10-25 17:15:14 -04:00
Bryan Helmkamp 6f7325aa53 Merge commit 'david/master' 2008-10-25 17:13:54 -04:00
Bryan Helmkamp c2203cf6ad Removing bad logger spec. autospec should work now 2008-10-25 16:56:06 -04:00
Bryan Helmkamp 2473cccb92 Cleaning up require structure 2008-10-25 12:59:21 -04:00
Bryan Helmkamp 324f412c7e Removing spikes 2008-10-25 12:43:35 -04:00
Bryan Helmkamp bc34dc9ba0 Restructuring spec tasks 2008-10-25 12:42:38 -04:00
David Leal a4f5e715f8 Consider all status codes below 500 to be success. 2008-10-25 17:30:30 +01:00
Bryan Helmkamp ed6f7fc4a2 Moving around some specs 2008-10-25 12:22:55 -04:00
Bryan Helmkamp ed65538f7b History 2008-10-25 12:16:04 -04:00
Bryan Helmkamp 09d765d7c4 Rename element_labeled to field_labeled 2008-10-25 12:15:16 -04:00
Bryan Helmkamp 354c8c1f4e Merge commit 'dchelimsky/master' 2008-10-25 12:11:48 -04:00
Bryan Helmkamp 9e39c731e0 Readme 2008-10-25 11:38:23 -04:00
David Chelimsky 1ba0f58dfa added checked? to CheckboxField 2008-10-22 23:28:36 -05:00
David Chelimsky 070f36ce51 added element_labeled with support for TextField, TextareaField, CheckboxField, RadioField, HiddenField 2008-10-22 23:21:25 -05:00
David Chelimsky 4590710cfc add spec.opts 2008-10-22 13:12:45 -05:00
David Chelimsky bad6923adb Merge branch 'brynary/master'
Conflicts:
	Manifest.txt
	README.txt
2008-10-22 12:45:31 -05:00
Bryan Helmkamp 461a77d1d9 Revert "Support selecting options by their values (Alex Lang)"
This reverts commit 1b51de8f0f.

Conflicts:

	History.txt
2008-10-22 00:07:30 -04:00
Bryan Helmkamp d62d135777 Revert "Add #select_date for quickly filling out Rails-style date fields (Alex Lang)"
This reverts commit 9671c4256c.

Conflicts:

	History.txt
2008-10-22 00:06:46 -04:00
Bryan Helmkamp f831b497f3 Merge commit 'krist0ff/master'
est.txt
	Rakefile
	lib/webrat/merb.rb
	spec/spec_helper.rb

Conflicts:
	History.txt
	Manifest.txt
	Rakefile
	lib/webrat/merb.rb
	spec/spec_helper.rb
2008-10-21 23:29:23 -04:00
Bryan Helmkamp 2f656c85c7 History 2008-10-21 23:02:45 -04:00
Bryan Helmkamp 58a9fc3ac3 Manifest 2008-10-21 23:01:08 -04:00
Bryan Helmkamp 04923ee6e3 Merge commit 'notch8/master' 2008-10-21 22:53:01 -04:00
Bryan Helmkamp 9671c4256c Add #select_date for quickly filling out Rails-style date fields (Alex Lang) 2008-10-21 22:44:39 -04:00
Bryan Helmkamp 1b51de8f0f Support selecting options by their values (Alex Lang) 2008-10-21 22:41:02 -04:00
Bryan Helmkamp 7adeb86f2c Add support for clicking areas of an image map (Alex Lang) 2008-10-21 22:35:12 -04:00
Bryan Helmkamp a59e6f873a Coverage 2008-10-21 22:20:02 -04:00
Bryan Helmkamp 8e32ae80ca History 2008-10-21 22:13:43 -04:00
David Leal bbc826d8c5 Show error page. 2008-10-21 22:12:52 -04:00
Bryan Helmkamp 854d09a13e History 2008-10-21 22:06:18 -04:00
Bryan Helmkamp 8c73680e64 Rename Field#value to Field#escaped_value 2008-10-21 22:05:21 -04:00
Bryan Helmkamp e4cbf943a9 Merge commit 'mfilej/master' 2008-10-21 22:02:46 -04:00
Bryan Helmkamp 85330c9b1b Changelog 2008-10-21 22:02:24 -04:00
Derek Kastner 2d166ae2b8 fixed Webrat::MechanizeSession - calling visit on a newly created session was failing. Default headers were not set and Webrat::Session#request_page would fail when Webrat::Session#headers was called - dup was being called on the nil headers 2008-10-21 21:33:49 -04:00
Miha Filej e30e88594f Added field value escaping 2008-10-21 18:13:42 +02:00
Krzysztof Zylawy 12f415d330 fixed manifest that prevnts from properly installing in merb app 2008-10-21 16:52:47 +01:00
Krzysztof Zylawy ff36b51adb not passing empty params 2008-10-21 16:47:15 +01:00
Krzysztof Zylawy ddd0dd70c3 added few small fixes to webrat 2008-10-21 16:29:06 +01:00
Krzysztof Zylawy 4ed917da61 few fixes and added whitebox tetss to increase coverage 2008-10-21 16:27:35 +01:00
Krzysztof Zylawy a940e3232b more fixing to broken file 2008-10-21 13:24:35 +01:00
Krzysztof Zylawy 0e66ec82af removed conflict accidentally checked in 2008-10-21 13:19:50 +01:00
Krzysztof Zylawy 06997fabb8 merged changes from notch8 repo 2008-10-21 13:05:35 +01:00
Rob Kaufman 86879c13c0 Added webrat, thanks to jrun and gwynm for they're initial work on this 2008-10-20 22:06:49 -07:00
Bryan Helmkamp 2fd734f9ff Coverage 2008-10-19 15:36:53 -04:00
Rob Kaufman 1a5db346c9 Merged to master again 2008-10-18 00:54:46 -07:00
Rob Kaufman 9ed5c9013c Working on moving merb code to be functional with merbs request testing 2008-10-18 00:38:25 -07:00
Rob Kaufman b8e76a1af2 Moved merb files to be more in line with current webrat layout 2008-10-17 19:41:24 -07:00
Bryan Helmkamp 6d8c346762 Merge branch 'aslakhellesoy/master'
Conflicts:
	lib/webrat/rack/rack_session.rb
	lib/webrat/sinatra/sinatra_session.rb
2008-10-17 14:30:07 -04:00
Bryan Helmkamp f706b3cd41 Merge branch 'master' of git://github.com/aslakhellesoy/webrat into aslakhellesoy/master 2008-10-17 13:53:22 -04:00
Aslak Hellesøy 17cf56eb5e Add support for Basic Auth 2008-10-17 17:43:14 +02:00
Aslak Hellesøy e2c70b8e91 Update History with note about Sinatra and Rack 2008-10-17 13:39:34 +02:00