aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/ts_isolated.rb
Commit message (Expand)AuthorAgeFilesLines
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* 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 ts_...Santiago Pastorino and Sebastian Martinez2010-03-181-1/+3
* Fixed require lineSebastian Martinez2010-03-181-1/+1
* Give useful test:isolated failuresJeremy Kemper2009-11-021-2/+2
* Wrap isolated test runner in a test suiteJoshua Peek2009-09-251-0/+15