aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/ts_isolated.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
| | | | | minitest/autorun load minitest/spec polluting the global namespace with the DSL that we don't want on Rails
* Don't use assert_block method. It will be deprecated.kennyj2012-05-201-1/+1
|
* Remove useless load path modificationsSantiago Pastorino2012-05-111-2/+0
|
* require minitest rather than test/unitAaron Patterson2012-01-061-1/+1
|
* Require ActiveSupport::TestCase form ActiveSupport isolation testsRafael Mendonça França2012-01-061-0/+1
|
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
|
* Added missing requires abstract_unit and activesupport to the loadpath of ↵Santiago Pastorino and Sebastian Martinez2010-03-181-1/+3
| | | | | | ts_isolated [#4215 state:committed] Signed-off-by: wycats <wycats@gmail.com>
* Fixed require lineSebastian Martinez2010-03-181-1/+1
| | | | Signed-off-by: wycats <wycats@gmail.com>
* Give useful test:isolated failuresJeremy Kemper2009-11-021-2/+2
|
* Wrap isolated test runner in a test suiteJoshua Peek2009-09-251-0/+15