f2b3b9891b
* 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 |
||
---|---|---|
.. | ||
attaches_file_spec.rb | ||
rails_session_spec.rb |