| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Add support for pending | Yehuda Katz | 2009-02-02 | 1 | -0/+2 |
|/ |
|
* | MiniTest::Unit#method_name alias for Test::Unit compat | Jeremy Kemper | 2008-11-26 | 1 | -0/+1 |
* | Require Mocha >= 0.9.3 which includes a MiniTest adapter | Jeremy Kemper | 2008-11-23 | 1 | -11/+7 |
* | Move deprecation assertions so TestCase (and Mocha) needn't load on startup | Jeremy Kemper | 2008-11-23 | 1 | -0/+2 |
* | Get ActiveSupport::TestCase working with classic Test::Unit and MiniTest. Fix... | Jeremy Kemper | 2008-11-22 | 1 | -31/+25 |
* | Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting... | David Heinemeier Hansson | 2008-11-22 | 1 | -2/+8 |
* | Fix compatibility with Ruby 1.8 that also has the Miniunit gem installed. | Hongli Lai (Phusion) | 2008-11-17 | 1 | -3/+7 |
* | Set AS::TestCase::Assertion to the underlying test exception for either miniu... | Jeremy Kemper | 2008-11-07 | 1 | -1/+4 |
* | Safer but hacky minitest autorun override | Jeremy Kemper | 2008-11-07 | 1 | -4/+5 |
* | Rework testing extensions to reflect the recent miniunit upheaval | Jeremy Kemper | 2008-11-07 | 1 | -20/+24 |
* | Remove direct TestCase mixins. Add miniunit compatibility. | Jeremy Kemper | 2008-11-07 | 1 | -3/+7 |
* | Enhance the test "some string" method to support creating 'pending' tests. | Michael Koziarski | 2008-09-16 | 1 | -1/+7 |
* | Move test related core_ext stuff out of regular core ext to prevent nasty sur... | Michael Koziarski | 2008-07-04 | 1 | -5/+1 |
* | Ruby 1.9 compat: instance_methods are symbols instead of strings. Use the qui... | Jeremy Kemper | 2008-06-12 | 1 | -5/+6 |
* | Added test/do declaration style testing to ActiveSupport::TestCase [DHH via J... | David Heinemeier Hansson | 2008-06-12 | 1 | -1/+9 |
* | * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos... | Jeremy Kemper | 2008-01-05 | 1 | -2/+10 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 1 | -0/+5 |