aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/hash/transform_keys_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
|
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-16/+16
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Restore Hash#transform_keys behavior to always return a Hash instanceEmily2016-04-121-0/+16
|
* Return a sized Enumerator from Hash#{transform_values{!}|transform_keys{!}}Kenichi Kamiya2015-09-291-2/+4
|
* Added missing tests for transform_keys! which returns Enumerator without blockRonak Jangir2015-09-261-0/+12
|
* Fix tests broken in https://github.com/rails/rails/pull/16149Erik Michaels-Ober2014-07-121-1/+1
|
* Return an Enumerator if no block is givenErik Michaels-Ober2014-07-121-0/+32