aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/isolation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip isolation test tests when using MiniTestJeremy Kemper2009-08-151-2/+4
* Fixing isolation testJay Pignata2009-08-091-1/+1
* Adds support for def self.setup in isolation tests for setup that should be r...Yehuda Katz + Carl Lerche2009-07-021-2/+15
* Apparently stdlib isn't std enoughYehuda Katz + Carl Lerche2009-07-011-4/+6
* Modify isolation test to require a file not in use anywhere in RailsYehuda Katz + Carl Lerche2009-07-011-4/+4
* Created AS::Testing::Isolation which runs each test case in a separate process.Yehuda Katz + Carl Lerche2009-06-301-0/+141