aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/isolation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-6/+6
* Skip isolation test tests until they workJeremy Kemper2010-01-021-3/+3
* Allow ActiveSupport's isolation tests to run with MiniTest on 1.9Carl Lerche2009-12-301-123/+143
* Lookup ruby bin name tooJoshua Peek2009-09-141-1/+1
* Use rbconfig instead of rubygem detectionJoshua Peek2009-09-141-1/+2
* Skip parent isolation tests tooJeremy Kemper2009-09-131-121/+123
* Avoid referencing rubygemsJoshua Peek2009-09-131-1/+1
* Ignore isolation test tests for test-unit 2 alsoJeremy Kemper2009-09-131-2/+3
* 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