This project is archived and is in readonly mode.
Changeset [4a6f4b92ad2f48dc7906d223fe4708d36624bd50] by Pratik Naik
May 19th, 2009 @ 10:50 PM
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' http://github.com/rails/rails/co...
Committed by Pratik Naik
- M actionpack/lib/action_controller/testing/integration.rb
- M actionpack/test/controller/integration_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>