Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add the class name to the assertion message | Aaron Patterson | 2012-01-06 | 1 | -1/+1 |
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
* | Duplicable test is looking fine now. | Mitesh Jain | 2011-07-24 | 1 | -7/+12 |
* | Fix AS::Duration#duplicable? on 1.8 | thedarkone | 2011-05-21 | 1 | -1/+2 |
* | Check for Module.new.dup as well in https://github.com/rails/rails/blob/maste... | Prakash Murthy | 2011-05-21 | 1 | -1/+1 |
* | Fix dependencies revealed by testing in isolation | Jeremy Kemper | 2009-04-22 | 1 | -0/+2 |
* | Mark Class as not being duplicable. [#829 state:resolved] | Frederick Cheung | 2008-08-21 | 1 | -1/+1 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Add a time to duplicable tests | Jeremy Kemper | 2007-10-15 | 1 | -1/+1 |
* | object.duplicable? returns true if object.dup is safe. False for nil, true, f... | Jeremy Kemper | 2007-10-15 | 1 | -0/+22 |