aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [PRISM] Enable other passing specsKevin Newton2024-03-271-17/+17
* [rubygems/rubygems] Allow installing plugins from path via CLICody Cutrer2024-03-271-0/+10
* [DOC] remove repetitive words in commentscrazeteam2024-03-271-1/+1
* [rubygems/rubygems] Improve validation of `bundle plugin install` optionsCody Cutrer2024-03-251-6/+8
* [rubygems/rubygems] Fix incorrect `bundle update --bundler` messageDavid Rodriguez2024-03-2210-18/+55
* [Feature #20275] Remove extra backtrace entries for rescue and ensureBenoit Daloze2024-03-223-11/+52
* [PRISM] Enable specs in CIKevin Newton2024-03-203-3/+69
* Implement chilled stringsÉtienne Barrié2024-03-198-12/+140
* [rubygems/rubygems] Deprecate `bundle plugin install --local-git=`Cody Cutrer2024-03-183-6/+23
* Update set_backtrace documentationJean Boussier2024-03-181-2/+5
* [rubygems/rubygems] Ignore commented out keys in config fileDavid Rodriguez2024-03-171-0/+9
* Prefer the simple read/write `File` singleton methodsNobuyoshi Nakada2024-03-161-2/+2
* Update to ruby/spec@89175b2Benoit Daloze2024-03-14209-700/+745
* Update to ruby/mspec@b8f8f4eBenoit Daloze2024-03-143-26/+23
* [Feature #20265] Remove rb_newobj_of and RB_NEWOBJ_OFPeter Zhu2024-03-141-10/+2
* `Exception#set_backtrace` accept arrays of `Backtrace::Location`Jean Boussier2024-03-142-0/+36
* Make `const_source_location` return the real constant as soon as definedJean Boussier2024-03-133-0/+29
* Removed unused fixtures at time examplesHiroshi SHIBATA2024-03-071-1/+0
* Run `binding.irb` in cleaner environment and clean the history fileNobuyoshi Nakada2024-03-062-9/+9
* Use include instead of equal assertion.Hiroshi SHIBATA2024-03-061-1/+3
* [DOC] fix some commentscui fliter2024-03-052-2/+2
* [rubygems/rubygems] Clear generated files recursivelyNobuyoshi Nakada2024-03-051-1/+1
* [rubygems/rubygems] Clear `RUBY_CODESIGN` env var while running testsYuta Saito2024-03-041-0/+4
* [Bug #20322] Fix rb_enc_interned_str_cstr null encodingThomas Marshall2024-03-032-1/+9
* Add an example for fallback to shNobuyoshi Nakada2024-03-011-0/+17
* [PRISM] Fix version spec to account for prismKevin Newton2024-02-281-1/+1
* Handle zero-like imaginary part as zero in to_r (#9581)Kenta Murata2024-02-271-2/+10
* Update to ruby/spec@3a510bbBenoit Daloze2024-02-2618-130/+329
* Update to ruby/mspec@36e8ed8Benoit Daloze2024-02-263-8/+12
* Stop using rb_fstring publiclyPeter Zhu2024-02-231-3/+1
* [Bug #20280] Fix wrong testsNobuyoshi Nakada2024-02-192-19/+23
* [rubygems/rubygems] Use FileUtils.mkdir_pHiroshi SHIBATA2024-02-191-1/+1
* Avoid to fail with race conditionHiroshi SHIBATA2024-02-161-1/+1
* Try to test net-ftp examples againHiroshi SHIBATA2024-02-161-3/+1
* [rubygems/rubygems] bin/rubocop -aHiroshi SHIBATA2024-02-161-1/+1
* [rubygems/rubygems] Add `gitlab:` Git source shorthandJason Garber2024-02-161-2/+53
* [rubygems/rubygems] use full path for instance_evalCody Cutrer2024-02-151-0/+11
* Skip failing examples at Ruby 3.2+Hiroshi SHIBATA2024-02-151-4/+6
* Surpressing constant redefinition warningHiroshi SHIBATA2024-02-151-1/+1
* Exclude net-ftp examples because it has dependency issueHiroshi SHIBATA2024-02-151-1/+3
* Re-enabled old bundled gemsHiroshi SHIBATA2024-02-15164-4386/+3899
* ruby-spec: Accept the receiver in backtracesYusuke Endoh2024-02-1512-39/+53
* Rename and restructured net/ftp and net/http examplesHiroshi SHIBATA2024-02-15218-182/+182
* Move examples related core extension feature by Bigdecimal to under the libra...Hiroshi SHIBATA2024-02-156-70/+59
* Surpressing constant redefinition warningHiroshi SHIBATA2024-02-151-1/+1
* Added new ruby/spec task for bundled gemsHiroshi SHIBATA2024-02-152-5/+11
* Disable to run for bundled gems in test-specHiroshi SHIBATA2024-02-151-0/+10
* Update the error message format in bundlerYusuke Endoh2024-02-153-5/+4
* ruby-spec: Accept both a backtick and a single quote in error messagesYusuke Endoh2024-02-1532-99/+158
* Only check constant leaks by default for `make test-spec`Benoit Daloze2024-02-152-3/+9