This project is archived and is in readonly mode.

Changeset [575b95ea0bf3d3fff6f47dddad23c754fb294604] by Yehuda Katz + Carl Lerche

June 30th, 2009 @ 08:00 PM

Created AS::Testing::Isolation which runs each test case in a separate process.

This allows for testing rails bootup (files are required, correct constants are
set, etc...). Currently, this is implemented via forking only, but we will add
support for jruby and windows shortly.

http://github.com/rails/rails/co...

Committed by Yehuda Katz + Carl Lerche

  • M activesupport/lib/active_support/test_case.rb
  • M activesupport/lib/active_support/testing/isolation.rb
  • M activesupport/test/isolation_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>