aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Update to ruby/spec@f8a2d54Benoit Daloze2020-01-2876-224/+2451
* Update to ruby/mspec@9bce874Benoit Daloze2020-01-283-1/+11
* Fix some spec breakage on 2.7 related to keyword argumentsJeremy Evans2020-01-281-11/+21
* Run specs against the latest release of 2.4Benoit Daloze2020-01-281-1/+1
* Fix version guard in __dir__ specBenoit Daloze2020-01-281-2/+2
* Removed useless "spec"sNobuyoshi Nakada2020-01-272-29/+0
* Moved Array#sample to rbincNobuyoshi Nakada2020-01-261-13/+16
* Moved Array#shuffle and Array#shuffle! to rbincNobuyoshi Nakada2020-01-261-4/+7
* spec/ruby/core/process/times_spec.rb: add an output code for debuggingYusuke Endoh2020-01-251-1/+8
* Guarded the examples for deprecated "taint"Nobuyoshi Nakada2020-01-233-23/+33
* Update version guardKazuhiro NISHIYAMA2020-01-152-3/+3
* Freeze Regexp literalsJean Boussier2020-01-156-9/+23
* Also ignored cve_2014_8080_specHiroshi SHIBATA2020-01-121-24/+27
* Ignore rexml examples on ruby/specHiroshi SHIBATA2020-01-12104-1550/+1862
* Include the standard `id` command outputNobuyoshi Nakada2020-01-091-0/+4
* Merge bundler-2.1.4Hiroshi SHIBATA2020-01-0814-105/+185
* Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__Jeremy Evans2020-01-033-33/+96
* Update specs for keyword argument separationJeremy Evans2020-01-025-213/+633
* [bundler/bundler] Add ruby2_keywordsSutou Kouhei2020-01-013-3/+3
* MinGW on Actions (#2791)MSP-Greg2019-12-301-13/+15
* Fix Proc#<< specAlan Wu2019-12-301-11/+25
* Decide lambdaness of (f << g) using g (#2729)Alan Wu2019-12-301-1/+2
* Update to ruby/spec@7241f39Benoit Daloze2019-12-275-16/+13
* Update to ruby/mspec@673fcabBenoit Daloze2019-12-271-2/+8
* Update to ruby/spec@d419e74Benoit Daloze2019-12-2744-530/+788
* Update to ruby/mspec@1034afcBenoit Daloze2019-12-271-6/+1
* Merge Bundler 2.1.2 from bundler/bundler.Hiroshi SHIBATA2019-12-251-0/+6
* Get rid of false positive misspellingsNobuyoshi Nakada2019-12-241-1/+1
* Revert "Should return "." for File.extname("file.") also on Windows"NAKAMURA Usaku2019-12-231-2/+2
* Move version guard outside to make it clear the method was added in Ruby 2.5Benoit Daloze2019-12-221-2/+2
* Should return "." for File.extname("file.") also on WindowsNAKAMURA Usaku2019-12-221-2/+2
* Add spec for capturing Kernel#lambda with Kernel#methodAlan Wu2019-12-211-0/+7
* Add specs for calling into Kernel#lambda with superAlan Wu2019-12-212-1/+38
* Makes the receiver to FrozenError.new a keyword parameterNobuyoshi Nakada2019-12-201-1/+1
* Fixed misspellingsNobuyoshi Nakada2019-12-208-10/+10
* Fixed misspellingsNobuyoshi Nakada2019-12-2012-17/+17
* Merge bundler-2.1.1 from bundler/bundlerHiroshi SHIBATA2019-12-181-0/+6
* close datasocket on stor of server sideNARUSE, Yui2019-12-171-1/+1
* Delegate should be supported nowDavid Rodríguez2019-12-151-1/+1
* Fixed test failures with gem command path on ruby core repo.Hiroshi SHIBATA2019-12-154-4/+8
* Prepare to release bundler-2.1.0Hiroshi SHIBATA2019-12-1547-248/+269
* Test `Thread#to_s` when used from to_s_spec.rbNobuyoshi Nakada2019-12-112-11/+12
* `Thread#to_s` has been added at ruby 2.5Nobuyoshi Nakada2019-12-112-8/+4
* Thread#to_s is not same as #inspect on old version.Koichi Sasada2019-12-111-0/+5
* fix for old MRI versionsKoichi Sasada2019-12-111-1/+2
* Make Thread#to_s consistent with Method and Proc to_sJean byroot Boussier2019-12-113-40/+61
* Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"NARUSE, Yui2019-12-041-28/+12
* Revert "Revert nil error and adding deprecation message"NARUSE, Yui2019-12-041-16/+4
* Revert "Improve warning message"NARUSE, Yui2019-12-041-2/+2
* Revert "Fix warnings in Regexp#{match,match?} specs"NARUSE, Yui2019-12-041-10/+6