summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2022-12-15Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-15Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams
2022-12-13[rubygems/rubygems] Use better matcherDavid Rodríguez
2022-12-12Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-10Add spec for fiber storage. (#6896)Samuel Williams
2022-12-09Clean up a temporary fileNobuyoshi Nakada
2022-12-09[Bug #19167] Remove useless conversion of classes for special constNobuyoshi Nakada
2022-12-09Added condition for ruby/ruby repositoryHiroshi SHIBATA
2022-12-09Merge syntax_suggest masterHiroshi SHIBATA
2022-12-09Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-08Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams
2022-12-07Update spec/bundler/bundler/fetcher/compact_index_spec.rbAaron Patterson
2022-12-07Stop transitioning to UNDEF when undefining an instance variableAaron Patterson
2022-12-06update rbconfig spec to Unicode version 15.0.0Martin Dürst
2022-12-03Remove unguaranteed assertion [ci skip]Nobuyoshi Nakada
2022-12-03UnboundMethod only refer defined_classKoichi Sasada
2022-12-02Skip examples for SyntaxError extensions on Ruby 3.2Hiroshi SHIBATA
2022-12-02[Bug #19087] Merge to "trailing garbage" caseNobuyoshi Nakada
2022-12-02[Bug #19087] Fix an assertion of `String#to_c`Nobuyoshi Nakada
2022-11-30Update SyntaxSuggest to use angle brackets `>`schneems
2022-11-28[ruby/syntax_suggest] Do not output "Syntax OK" when there's an errorschneems
2022-11-28[ruby/syntax_suggest] Failing test for #157schneems
2022-11-24Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans
2022-11-22Use valid tokens as cookie namesNobuyoshi Nakada
2022-11-21Fixup spec/ruby/optional/capi/rbasic_spec.rb for mswinMSP-Greg
2022-11-15Update RSpec gemsDavid Rodríguez
2022-11-12Deal with different Ruby versionsTakashi Kokubun
2022-11-12Fix a CI failure in bigdecimalTakashi Kokubun
2022-11-12Migrate our resolver engine to PubGrubHiroshi SHIBATA
2022-11-11Merge RubyGems/Bundler master from ee2f8398324af4bc1b95f7565ce2fda98126e026v3_2_0_preview3Hiroshi SHIBATA
2022-11-10[rubygems/rubygems] Update bundler/spec/bundler/shared_helpers_spec.rbYusuke Endoh
2022-11-10[rubygems/rubygems] Load "bundler/setup" in lib/rubygems.rbYusuke Endoh
2022-11-08[rubygems/rubygems] Add tests for universal Ruby with arch-specific prebuilt ...Bo Anderson
2022-11-08Thread#native_thread_id is very platform specificNobuyoshi Nakada
2022-11-07Update to ruby/spec@740ccc8Benoit Daloze
2022-11-07Update to ruby/mspec@1e16420Benoit Daloze
2022-11-07Revert jobserver handling in specNobuyoshi Nakada
2022-11-07Let other test runners follow the change of GNU make 4.4 jobserverNobuyoshi Nakada
2022-10-24Skip `File.atime`/`File.mtime` tests randomly failing on TravisNobuyoshi Nakada
2022-10-23[Bug #19004] `Complex.polar` handles complex singular `abs` argumentStephen Ierodiaconou
2022-10-21Range#size returns nil for (.."a") and (nil..)Yusuke Endoh
2022-10-20Add Class#attached_objectUfuk Kayserilioglu
2022-10-20Followed up CVE-2022-39253 for bundler examplesHiroshi SHIBATA
2022-10-19Transition frozen string to frozen root shapeJemma Issroff
2022-10-18Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-10-18[rubygems/rubygems] Fix bad spec wordingDavid Rodríguez
2022-10-18[rubygems/rubygems] Extract matcher for slow perf specDavid Rodríguez
2022-10-18[rubygems/rubygems] Simplify SpecGroup creationDavid Rodríguez
2022-10-17thread_sync.c: Clarify and document the behavior of timeout == 0Jean Boussier
2022-10-13Skip utime example with Intel C Compiler suiteHiroshi SHIBATA