index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
test
/
core_ext
/
duplicable_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove special cases for duplicable? on Class and Module
Mark McSpadden
2012-05-17
1
-2
/
+2
*
bigdecimal can be duped on Ruby 2.0
Aaron Patterson
2012-03-20
1
-2
/
+10
*
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