This project is archived and is in readonly mode.
Changeset [cdbbf6fd6bef3f286503859c585ada8fe66a3875] by Neeraj Singh
November 22nd, 2010 @ 10:06 PM
move the mime registration code to setup so that
it could be cleaned up on teardown.
Currently the test code
test/controller/mime_responds_test.rb impacts
test/dispatch/mime_type_test.rb.
dispatch/mime_type_test.rb runs independently fine
but when run as part of rake breaks because of
new mime types registered in
controller/mime_responds_test.rb
Signed-off-by: José Valim jose.valim@gmail.com
https://github.com/rails/rails/commit/cdbbf6fd6bef3f286503859c585ad...
Committed by Neeraj Singh
- M actionpack/test/controller/mime_responds_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>