aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/env
Commit message (Collapse)AuthorAgeFilesLines
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-251-6/+8
| | | | And `-w` option turns it on.
* 2.8 -> 3.0 in specsBenoit Daloze2020-09-151-1/+1
|
* ENV.delete should return the result of block on non-existing keyNobuyoshi Nakada2020-06-101-0/+7
| | | | | | | Fixes [Bug #16173] Co-Authored-By: Burdette Lamar <burdettelamar@yahoo.com> Co-Authored-By: Jeremy Evans <code@jeremyevans.net>
* Update to ruby/spec@032ee74Benoit Daloze2020-05-033-5/+5
|
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
| | | | Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
* [ruby/spec] Fix failures with LC_ALL=CNobuyoshi Nakada2019-12-0110-17/+41
| | | | | https://github.com/ruby/spec/commit/51047687c0 https://github.com/ruby/spec/commit/2b87b467cc
* Update to ruby/spec@4eec3dcBenoit Daloze2019-11-3014-33/+149
|
* Update to ruby/spec@28a728bBenoit Daloze2019-10-2619-50/+342
|
* Fix documentation for ENV.each to return ENVJeremy Evans2019-09-201-1/+1
| | | | | | | | Also have spec check that it returns ENV. Mostly from burdettelamar@yahoo.com (Burdette Lamar). Fixes [Bug #16164]
* Update to ruby/spec@875a09eBenoit Daloze2019-07-273-9/+9
|
* Update to ruby/spec@8d74d49Benoit Daloze2019-06-274-7/+5
|
* Alias ENV.merge! as ENV.updateKenichi Kamiya2019-06-213-21/+31
| | | | | | [Feature #15947] Closes: https://github.com/ruby/ruby/pull/2246
* Update to ruby/spec@7de852dBenoit Daloze2019-04-283-78/+72
|
* Update to ruby/spec@15c9619Benoit Daloze2019-04-271-0/+6
|
* Update to ruby/spec@35a9fbaeregon2019-01-204-38/+95
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Enumerable#to_h with block and so onnobu2018-09-201-0/+13
| | | | | | [Feature #15143] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@a454137eregon2018-06-271-2/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@c1b568beregon2018-03-0442-65/+65
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@cbe855ceregon2018-02-271-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@83063a3eregon2018-01-2916-18/+19
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Move spec/rubyspec to spec/ruby for consistencyeregon2017-09-2048-0/+949
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e