aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object/duplicable_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Skip the failing tests on Rubinius for nowRobin Dupret2015-03-021-0/+3
|
* Remove hack to support BigDecimal in Ruby 1.9claudiob2015-01-041-10/+1
| | | | | Now that Rails requires Ruby >= 2.0, there is no need to check whether `BigDecimal` exists or not.
* add implementation of respond_to? for ActiveSupport::Durationlsylvester2014-09-151-1/+1
|
* Methods are not duplicable.Peter Jaros2014-09-031-1/+1
|
* Object#duplicable?Akshay Vishnoi2014-04-161-16/+9
| | | | | | 1. Improve tests 2. Remove unnecessary constant 3. Add docs for BigDecimal#duplicable?
* Move tests for deep_dup and duplicable to object directoryAkshay Vishnoi2014-04-131-0/+38