summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-09-04[ruby/irb] Suppress "assigned but unused variable" warningaycabta
2021-09-04[ruby/irb] Add an assertion to check completion "var.method" to get correct "...aycabta
2021-09-04[ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta
2021-09-04[ruby/irb] Use autocomplete with show doc dialog that uses Reline::Key in testsaycabta
2021-09-03[ruby/rdoc] Add tests for `--template-stylesheets` optionNobuyoshi Nakada
2021-09-03[ruby/rdoc] Try to load WEBrick for testingVít Ondruch
2021-09-03[ruby/rdoc] s/minitest/test-unit/gHiroshi SHIBATA
2021-09-03[ruby/rdoc] Removed duplicated docHiroshi SHIBATA
2021-09-03[ruby/irb] Add TODO comment to remove disabling autocomplete lateraycabta
2021-09-03[ruby/irb] Disable autocomplete in yamatanooroti testaycabta
2021-09-03[ruby/readline-ext] Omit Editline on without tty testaycabta
2021-09-02Fix typo in test namePeter Zhu
2021-09-02[ruby/irb] Detect the variable class to show docaycabta
2021-09-02[ruby/reline] Fix a crash when completing empty lineaycabta
2021-09-02[ruby/reline] Fix a crash when completing after 2nd lineaycabta
2021-09-02Refined test [Bug #18140]Nobuyoshi Nakada
2021-09-01Guard array when appendingAaron Patterson
2021-09-02Stop stale tests [Bug #9718]Nobuyoshi Nakada
2021-09-02Test against the target classNobuyoshi Nakada
2021-09-02Guard array when appendingAaron Patterson
2021-09-02[ruby/rdoc] Move RDoc::RDoc#load_options to RDoc::RDoc.load_optionsaycabta
2021-09-01Add a test for Readline.readline without ttyaycabta
2021-08-31Revert "Omit some tests until debugging is complete"aycabta
2021-08-31[ruby/psych] Replace A-Za-z with [:alpha:]jory-graham
2021-08-31[ruby/psych] Add quotes to the strings "y" and "n"Aaron Patterson
2021-08-31[ruby/psych] add more testsAlexandr Opak
2021-08-31[ruby/psych] fix typoAlexandr Opak
2021-08-31[ruby/psych] fix parsing integer values with '_' at the endAlexandr Opak
2021-08-31[ruby/psych] Improve float scalar scannerTomer Brisker
2021-08-31[rubygems/rubygems] Merge `Gem::UriParser` and `Gem::PrintableUri` into a `Ge...David Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary testsDaniel Niknam
2021-08-31[rubygems/rubygems] Remove @credential_redacted instance variableDaniel Niknam
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError.build` back to i...Daniel Niknam
2021-08-31[rubygems/rubygems] Remove defensive guardsDaniel Niknam
2021-08-31[rubygems/rubygems] Rename `Gem::PrintableUri#parsed_uri?` to `Gem::Printable...Daniel Niknam
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError` initializer to ...Daniel Niknam
2021-08-31[rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Request` classDaniel Niknam
2021-08-31[rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Commands::InstallComma...Daniel Niknam
2021-08-31[rubygems/rubygems] Introduce `Gem::PrintableUri` that would redact URIs to b...Daniel Niknam
2021-08-31[rubygems/rubygems] Add a few tests for `Gem::UriParser.parse_uri`Daniel Niknam
2021-08-31[rubygems/rubygems] Pick the last founded gems when fetching metadataDaniel Niknam
2021-08-31[rubygems/rubygems] Remove unused fileDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove helper method not buying us muchDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove MacOS specific extra GEM_PATHDavid Rodríguez
2021-08-31[rubygems/rubygems] Replace StandardError with ExceptionDaniel Niknam
2021-08-31[rubygems/rubygems] Reword the messageDaniel Niknam
2021-08-31[rubygems/rubygems] Exclude truffleruby from the test for failure of operatin...Daniel Niknam
2021-08-31[rubygems/rubygems] Enhance error handling when loading the rubygems/defaults...Daniel Niknam
2021-08-31[rubygems/rubygems] Also load user installed rubygems pluginsDavid Rodríguez
2021-08-31[rubygems/rubygems] Recommend `bundle install` rather than `gem install -g`David Rodríguez