Commit Graph

28 Commits

Author SHA1 Message Date
Bryan Helmkamp
9133fdc0e2 Need test/unit to test assert functionality 2009-01-17 16:34:00 -05:00
Bryan Helmkamp
0eaad52768 Cleanup the way the tests switch Webrat modes 2008-12-25 23:28:29 -05:00
gaffo
22c7834512 Sets the Webrat mode with Configuration#mode= in the config block 2008-12-25 23:07:10 -05:00
Bryan Helmkamp
97bb64f4f9 Add "rake spec_deps" task to test specs for dependency issues and correct some issues 2008-11-28 03:11:19 -05:00
Bryan Helmkamp
ba0e50104b Parse with nokogiri when running the specs on MRI 2008-11-28 03:04:10 -05:00
Bryan Helmkamp
87211f260d Use REXML and Hpricot together when Nokogiri is not available
This gets us the ability to use XPath consistently, as well as Hpricot's
forgiving parser, when using JRuby
2008-11-28 02:02:17 -05:00
Bryan Helmkamp
31aa659a67 Ensure all example HTML is wrapped in <html> tags 2008-11-28 00:34:35 -05:00
Bryan Helmkamp
f03905e6b6 Use Webrat::Methods in specs 2008-11-23 00:48:42 -05:00
Josh Knowles
95604d6320 Caching the config should actually cache the config 2008-11-18 20:32:27 -05:00
Bryan Helmkamp
50762b6f5a Cleaning up some requires to get rid of double-includes during spec runs 2008-11-16 21:25:29 -05:00
Bryan Helmkamp
31cc6b75da Collapsing Webrat::Core module. Moving configuration methods to configuration.rb 2008-11-16 18:58:24 -05:00
gaffo
1a69a9a34b moved config down to root, kept config object 2008-11-14 18:50:45 -06:00
gaffo
19353b507b Revert "[#33 state:resolved] refactored to move the config down to Webrat::Core as it seemed nicer"
This reverts commit 58cbf49119.
2008-11-14 18:32:05 -06:00
gaffo
58cbf49119 [#33 state:resolved] refactored to move the config down to Webrat::Core as it seemed nicer 2008-11-14 00:11:29 -06:00
gaffo
7460c85655 [#33 state:resolved] added a configuration object that is configurable by a block 2008-11-13 23:58:52 -06:00
Bryan Helmkamp
f651addbf4 Stop using rspec's test::unit interop mode 2008-11-06 22:09:03 -05: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
bc34dc9ba0 Restructuring spec tasks 2008-10-25 12:42:38 -04:00
Krzysztof Zylawy
06997fabb8 merged changes from notch8 repo 2008-10-21 13:05:35 +01:00
Rob Kaufman
1a5db346c9 Merged to master again 2008-10-18 00:54:46 -07:00
David Chelimsky
c536b422df require 'spec/interop/test' so you can run specs w/ the ruby command 2008-10-13 21:12:25 -04:00
Rob Kaufman
264b147b6f fully merged webrat merb branch with brynary. File upload tests still fail, will look at later 2008-10-11 17:09:15 -07:00
Rob Kaufman
dbb3883d27 merged jrun and gwynms merb changes into main webrat code 2008-10-11 12:53:13 -07:00
Bryan Helmkamp
f904be9b2c Add preliminary specs for RailsSession (Mike Schwab/BH) 2008-08-26 20:21:46 -04:00
Bryan Helmkamp
2e20267c90 Switch from Mocha to RSpec mocks 2008-07-25 19:11:56 -04:00
Bryan Helmkamp
cf6b9d26c0 Start isolating Rails-specific webrat components to prepare for additional modes (Merb and WWW::Mechanize) 2008-05-11 23:58:20 -04:00
Bryan Helmkamp
f23193bea0 Add spec suite to replace test suite 2008-04-23 10:54:46 -04:00