Files
rails/actionpack/test/controller
Pratik Naik 4a6f4b92ad Change integration test helpers to accept Rack environment instead of just HTTP Headers.
Before :  get '/path', {}, 'Accept' => 'text/javascript'
  After  :  get '/path', {}, 'HTTP_ACCEPT' => 'text/javascript'
2009-05-19 23:50:03 +02:00
..
2009-05-13 12:00:15 -07:00
2009-05-14 15:30:35 -07:00