1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller/testing
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
..
integration.rb Change integration test helpers to accept Rack environment instead of just HTTP Headers. 2009-05-19 23:50:03 +02:00
performance.rb
process.rb Rescue hack was supposed to be removed. Some how it crept back in. 2009-05-17 12:24:59 -05:00
process2.rb Implemented redirects and partial rendering in new base. 2009-05-12 16:21:34 -07:00
test_case.rb Move generic assertions into ActionDispatch 2009-04-30 11:55:53 -05:00