aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 996af2ce086249e904b2ce95ab2fcd1de7d757be: [Backport #16345]...nagachika2020-09-299-23/+68
* Skip bundler spec using irb with simulated JRuby environment.nagachika2020-09-171-0/+1
* spec/ruby/core/file/utime_spec.rb: far future timestamp may be trancatedYusuke Endoh2020-09-091-3/+5
* Revert "Don't display singleton class in Method#inspect unless method defined...nagachika2020-09-051-18/+0
* merge revision(s) da05c1552ee519d8f180b48d97148d28501acb35: [Backport #16749]nagachika2020-07-232-7/+4
* merge revision(s) 99a9c3fe2eaab8157765d792dc871da6daea0327: [Backport #17024]nagachika2020-07-231-1/+5
* merge revision(s) 5a79d8e0507cd143100bf928a88a59a8b5a5bca6,160511d851375f7cb9...nagachika2020-07-231-0/+69
* Update some syslog tests to absurb the format change of FreeBSD syslogYusuke Endoh2020-07-182-7/+6
* Merge bundler-2.1.4Hiroshi SHIBATA2020-03-2714-105/+185
* [ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier2020-03-151-0/+3
* Don't display singleton class in Method#inspect unless method defined thereJeremy Evans2020-03-141-0/+18
* MinGW on Actions (#2791)MSP-Greg2020-01-301-13/+15
* Fix Proc#<< specAlan Wu2020-01-161-0/+46
* 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
* Make more attempts to check for the precision of Process.timesBenoit Daloze2019-12-021-2/+2
* Fix random failure on getusage-missing environmentsTakashi Kokubun2019-12-021-32/+4
* Debug random failure of ruby-spec on ci.rvm.jpTakashi Kokubun2019-12-011-4/+32
* Update to ruby/spec@dcf4955Benoit Daloze2019-12-011-0/+21
* Update to ruby/mspec@aa28e95Benoit Daloze2019-12-012-6/+5
* [ruby/spec] Fix failures with LC_ALL=CNobuyoshi Nakada2019-12-0110-17/+41
* Fixed type of an index variableNobuyoshi Nakada2019-12-011-1/+1
* Skip if getrusage is not supportedTakashi Kokubun2019-11-301-0/+5
* Update to ruby/spec@4eec3dcBenoit Daloze2019-11-30174-421/+1775
* Update to ruby/mspec@a401f63Benoit Daloze2019-11-3056-278/+305
* check interrupts at each frame pop timing.Koichi Sasada2019-11-291-0/+3
* Fix glob base in bundler.gemspecKazuhiro NISHIYAMA2019-11-191-1/+2
* Skip some tests if extracted from tarballKazuhiro NISHIYAMA2019-11-191-0/+9