aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object/duplicable_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix Complex and Rational are duplicable?utilum2016-12-211-2/+2
* change return value of `duplicable?` with Ruby 2.4+yuuji.yaginuma2016-12-131-2/+7
* :nail_care:Akira Matsuda2016-12-131-2/+1
* nil, true, 1, etc. don't raise on #dup since Ruby 2.4Akira Matsuda2016-12-131-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-6/+6
* 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
* 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
* Move tests for deep_dup and duplicable to object directoryAkshay Vishnoi2014-04-131-0/+38