webrat/spec/private
Simon Rozet f2b3b9891b Refactor Webrat::Session
* Webrat::Session.new now take a session adapter class as it's argument and
  delegates methods such as #response_body and #response_code to an instance
  of it.

* Some of these methods will go away in the future. However, *a lot*
  of specs depends on them so I've left them for now. The plan is to
  strip down the session adapter API to these three methods:

    * request
    * response_code
    * response_body

* I had to mark a spec as pending: spec/private/rails/rails_session_spec.rb
2009-06-25 00:07:30 +02:00
..
core removing rspec warnings 2009-06-14 22:37:35 -05:00
mechanize Whitespace 2009-04-07 20:30:12 -04:00
merb Allow Merb to do file uploads 2009-04-24 13:56:28 -07:00
rails Refactor Webrat::Session 2009-06-25 00:07:30 +02:00
selenium/application_servers Wait for app server to boot on 0.0.0.0 instead of application_address 2009-06-16 17:44:42 -04:00
nokogiri_spec.rb Whitespace 2009-04-07 20:30:12 -04:00