aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/duplicable_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove special cases for duplicable? on Class and ModuleMark McSpadden2012-05-171-2/+2
* bigdecimal can be duped on Ruby 2.0Aaron Patterson2012-03-201-2/+10
* add the class name to the assertion messageAaron Patterson2012-01-061-1/+1
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Duplicable test is looking fine now.Mitesh Jain2011-07-241-7/+12
* Fix AS::Duration#duplicable? on 1.8thedarkone2011-05-211-1/+2
* Check for Module.new.dup as well in https://github.com/rails/rails/blob/maste...Prakash Murthy2011-05-211-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Mark Class as not being duplicable. [#829 state:resolved]Frederick Cheung2008-08-211-1/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Add a time to duplicable testsJeremy Kemper2007-10-151-1/+1
* object.duplicable? returns true if object.dup is safe. False for nil, true, f...Jeremy Kemper2007-10-151-0/+22