aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/isolation_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | [#3022 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Adds support for def self.setup in isolation tests for setup that should be ↵Yehuda Katz + Carl Lerche2009-07-021-2/+15
| | | | run only once in the parent
* 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
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.