Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lookup ruby bin name too | Joshua Peek | 2009-09-14 | 1 | -1/+1 |
| | |||||
* | Use rbconfig instead of rubygem detection | Joshua Peek | 2009-09-14 | 1 | -1/+2 |
| | |||||
* | Skip parent isolation tests too | Jeremy Kemper | 2009-09-13 | 1 | -121/+123 |
| | |||||
* | Avoid referencing rubygems | Joshua Peek | 2009-09-13 | 1 | -1/+1 |
| | |||||
* | Ignore isolation test tests for test-unit 2 also | Jeremy Kemper | 2009-09-13 | 1 | -2/+3 |
| | |||||
* | Skip isolation test tests when using MiniTest | Jeremy Kemper | 2009-08-15 | 1 | -2/+4 |
| | |||||
* | Fixing isolation test | Jay Pignata | 2009-08-09 | 1 | -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 Lerche | 2009-07-02 | 1 | -2/+15 |
| | | | | run only once in the parent | ||||
* | Apparently stdlib isn't std enough | Yehuda Katz + Carl Lerche | 2009-07-01 | 1 | -4/+6 |
| | |||||
* | Modify isolation test to require a file not in use anywhere in Rails | Yehuda Katz + Carl Lerche | 2009-07-01 | 1 | -4/+4 |
| | |||||
* | Created AS::Testing::Isolation which runs each test case in a separate process. | Yehuda Katz + Carl Lerche | 2009-06-30 | 1 | -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. |