webrat/spec/private/rails
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
..
attaches_file_spec.rb Revert "Canonicalize all URLs (Shalon Wood)" 2009-05-11 16:48:28 -04:00
rails_session_spec.rb Refactor Webrat::Session 2009-06-25 00:07:30 +02:00