aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/isolation_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Created AS::Testing::Isolation which runs each test case in a separate process.Yehuda Katz + Carl Lerche2009-06-301-0/+141
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.