aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object/deep_dup_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-4/+4
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
* modernizes hash syntax in activesupportXavier Noria2016-08-061-4/+4
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-7/+7
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* Put the assertion arguments in the right orderMatthew Draper2015-05-051-1/+1
* deep_dup method, remove old key from duplicated hash to avoid unnecessary pairsMehmet Emin İNAÇ2015-05-041-0/+6
* Move tests for deep_dup and duplicable to object directoryAkshay Vishnoi2014-04-131-0/+53