summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2025-01-30Skip irb examples, I will handle related workarounds laterHiroshi SHIBATA
2025-01-29Add fallback for `hostname` if `uname` isn't available. (#12655)Samuel Williams
2025-01-28[rubygems/rubygems] Fix bug report template incorrectly showing upDavid Rodríguez
2025-01-28[rubygems/rubygems] Support installing arm native gems on WindowsDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove duplicated `bundle install`David Rodríguez
2025-01-28[rubygems/rubygems] Use RubyGems helpers for finding a non local tag for specsDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary platform helpersDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary test codeDavid Rodríguez
2025-01-28[rubygems/rubygems] Improve simulating Windows during Bundler specsDavid Rodríguez
2025-01-28[rubygems/rubygems] Refactor specs to use platform strings directlyDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary mappingDavid Rodríguez
2025-01-28[rubygems/rubygems] Fix typoDavid Rodríguez
2025-01-28[rubygems/rubygems] RDoc is no longer a default gem in Ruby 3.5David Rodríguez
2025-01-28Prefer `uname -n` over `hostname`. (#12647)Samuel Williams
2025-01-24irb and reline are now bundled gems, we don't need to skip workaround for themHiroshi SHIBATA
2025-01-24Omit irb related examples temporaryHiroshi SHIBATA
2025-01-24Restructured irb related example at spec/rubyHiroshi SHIBATA
2025-01-23Use pure ruby library instead of C ext library for dependency warning exampleHiroshi SHIBATA
2025-01-23Use openssl instead of fiddle and erb for native extension testHiroshi SHIBATA
2025-01-20[rubygems/rubygems] Fix `--prefer-local` not respecting default gemsDavid Rodríguez
2025-01-20[rubygems/rubygems] Consistently assert command failureDavid Rodríguez
2025-01-16[rubygems/rubygems] Introduce Spec::Path.sinatra_dependency_paths for sinatra...Hiroshi SHIBATA
2025-01-16[rubygems/rubygems] Revert RubyGems plugins getting loaded on `Bundler.require`David Rodríguez
2025-01-16[rubygems/rubygems] Extract logic to manipulate RUBYLIB in specs to a helperDavid Rodríguez
2025-01-14Remove test dependency on loggerDavid Rodríguez
2025-01-14Add basic tapioca check to CIDavid Rodríguez
2025-01-14[rubygems/rubygems] Don't remove platform specific variants from the lockfile...David Rodríguez
2025-01-14[rubygems/rubygems] re-add removed pre-evaluated gemspec testJoshua.LeBlanc
2025-01-14[rubygems/rubygems] Do not fail on start when cannot find writable user direc...Vasily Fedoseyev
2025-01-14[rubygems/rubygems] Remove no longer used spec filterDavid Rodríguez
2025-01-10[rubygems/rubygems] Fix test failure when running tests with ENV["EDITOR"] setDavid Rodríguez
2025-01-10[ruby/syntax_suggest] Resolve to lint failure of standardrbHiroshi SHIBATA
2025-01-10Added logger dependency for Bundler's exampleHiroshi SHIBATA
2025-01-10Make benchmark exapmles as optionalHiroshi SHIBATA
2025-01-09[Feature #6012] Extend `source_location` for end position and columnsNobuyoshi Nakada
2025-01-08Skip examples related with OpenStruct in ruby/specHiroshi SHIBATA
2025-01-08Removed logger from stub dataHiroshi SHIBATA
2025-01-08Replace target list with stub constants at example of bundled_gems.rbHiroshi SHIBATA
2025-01-08Convert ostruct to openstructHiroshi SHIBATA
2025-01-08Reapply "Suppress WIN32OLE deprecation warnings for the time being"Nobuyoshi Nakada
2025-01-08Also stub-out with directry using with test script or -e optionHiroshi SHIBATA
2025-01-08Dont't use stub constants like LIBDIR in bundled_gems.rbHiroshi SHIBATA
2025-01-08Use heredoc to script runner for another ruby processHiroshi SHIBATA
2025-01-07Quarantine failing new specs that require investigationAndrew Konchin
2025-01-07Update to ruby/spec@18032a7Andrew Konchin
2025-01-02[rubygems/rubygems] remove unnecessary codesodacris
2025-01-02[rubygems/rubygems] unskip `print_args` and `fake_man` tests on Windowssodacris
2025-01-02[rubygems/rubygems] Replace shell specific stuff with create_file scriptssodacris
2024-12-31Fix leak in Socket#connect specBenoit Daloze
2024-12-28BigDecimal('0.') with bigdecimal-3.1.9 returns 0.0Hiroshi SHIBATA