This project is archived and is in readonly mode.
Changeset [d926fb62e83d22b34d58f27a6d743cfa5f4c5c7b] by Carlhuda
December 24th, 2009 @ 01:46 AM
Isolation tests intentionally avoid loading any state (because
they're often testing things that have their own load path
semantics that should not be polluted), so rack/test is not yet on
the load path. Moving require "rack/test" into the setup means and
after boot_rails means that it'll be required after the laod path
has been altered to add in the Rails vendor/gems
http://github.com/rails/rails/commit/d926fb62e83d22b34d58f27a6d743c...
Committed by Carlhuda
- M railties/test/application/routing_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>