aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/duplicable_test.rb
Commit message (Collapse)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 ↵Prakash Murthy2011-05-211-1/+1
| | | | https://github.com/rails/rails/blob/master/activesupport/lib/active_support/core_ext/object/duplicable.rb
* 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
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8563 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Add a time to duplicable testsJeremy Kemper2007-10-151-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7907 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* object.duplicable? returns true if object.dup is safe. False for nil, true, ↵Jeremy Kemper2007-10-151-0/+22
false, symbols, and numbers; true otherwise. References #9333. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7906 5ecf4fe2-1ee6-0310-87b1-e25e094e27de