summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant testsHiroshi SHIBATA2021-09-061-4/+0
* Removed MiniTest::Assertion from test/rdocHiroshi SHIBATA2021-09-061-6/+1
* [ruby/reline] Add a test for key bindings with Reline::Keyaycabta2021-09-061-0/+18
* [ruby/reline] Add a test for oneshot key bindingsaycabta2021-09-061-0/+12
* [ruby/reline] Rename a temporary test name to appropriate oneaycabta2021-09-061-1/+1
* [ruby/reline] Add a test for Reline::Unicode#take_rangeaycabta2021-09-061-0/+5
* [ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)Hiroshi SHIBATA2021-09-057-33/+79
* [ruby/irb] Suppress "assigned but unused variable" warningaycabta2021-09-041-0/+1
* [ruby/irb] Add an assertion to check completion "var.method" to get correct "...aycabta2021-09-041-0/+1
* [ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta2021-09-041-0/+5
* [ruby/irb] Use autocomplete with show doc dialog that uses Reline::Key in testsaycabta2021-09-041-4/+0
* [ruby/rdoc] Add tests for `--template-stylesheets` optionNobuyoshi Nakada2021-09-032-0/+29
* [ruby/rdoc] Try to load WEBrick for testingVít Ondruch2021-09-031-0/+4
* [ruby/rdoc] s/minitest/test-unit/gHiroshi SHIBATA2021-09-031-2/+2
* [ruby/rdoc] Removed duplicated docHiroshi SHIBATA2021-09-031-13/+0
* [ruby/irb] Add TODO comment to remove disabling autocomplete lateraycabta2021-09-031-0/+1
* [ruby/irb] Disable autocomplete in yamatanooroti testaycabta2021-09-031-0/+3
* [ruby/readline-ext] Omit Editline on without tty testaycabta2021-09-031-0/+1
* Fix typo in test namePeter Zhu2021-09-021-1/+1
* [ruby/irb] Detect the variable class to show docaycabta2021-09-021-0/+6
* [ruby/reline] Fix a crash when completing empty lineaycabta2021-09-021-0/+13
* [ruby/reline] Fix a crash when completing after 2nd lineaycabta2021-09-022-0/+19
* Refined test [Bug #18140]Nobuyoshi Nakada2021-09-021-1/+4
* Guard array when appendingAaron Patterson2021-09-011-0/+20
* Stop stale tests [Bug #9718]Nobuyoshi Nakada2021-09-021-0/+1
* Test against the target classNobuyoshi Nakada2021-09-021-2/+2
* Guard array when appendingAaron Patterson2021-09-021-0/+6
* [ruby/rdoc] Move RDoc::RDoc#load_options to RDoc::RDoc.load_optionsaycabta2021-09-022-58/+58
* Add a test for Readline.readline without ttyaycabta2021-09-011-0/+14
* Revert "Omit some tests until debugging is complete"aycabta2021-08-311-5/+0
* [ruby/psych] Replace A-Za-z with [:alpha:]jory-graham2021-08-311-0/+22
* [ruby/psych] Add quotes to the strings "y" and "n"Aaron Patterson2021-08-311-0/+13
* [ruby/psych] add more testsAlexandr Opak2021-08-311-2/+6
* [ruby/psych] fix typoAlexandr Opak2021-08-311-2/+2
* [ruby/psych] fix parsing integer values with '_' at the endAlexandr Opak2021-08-311-1/+8
* [ruby/psych] Improve float scalar scannerTomer Brisker2021-08-311-0/+12
* [rubygems/rubygems] Merge `Gem::UriParser` and `Gem::PrintableUri` into a `Ge...David Rodríguez2021-08-313-61/+32
* [rubygems/rubygems] Remove unnecessary testsDaniel Niknam2021-08-311-36/+0
* [rubygems/rubygems] Remove @credential_redacted instance variableDaniel Niknam2021-08-311-28/+0
* [rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError.build` back to i...Daniel Niknam2021-08-316-11/+11
* [rubygems/rubygems] Remove defensive guardsDaniel Niknam2021-08-311-8/+0
* [rubygems/rubygems] Rename `Gem::PrintableUri#parsed_uri?` to `Gem::Printable...Daniel Niknam2021-08-311-9/+9
* [rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError` initializer to ...Daniel Niknam2021-08-316-11/+41
* [rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Request` classDaniel Niknam2021-08-311-4/+30
* [rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Commands::InstallComma...Daniel Niknam2021-08-311-0/+25
* [rubygems/rubygems] Introduce `Gem::PrintableUri` that would redact URIs to b...Daniel Niknam2021-08-311-0/+116
* [rubygems/rubygems] Add a few tests for `Gem::UriParser.parse_uri`Daniel Niknam2021-08-311-0/+17
* [rubygems/rubygems] Pick the last founded gems when fetching metadataDaniel Niknam2021-08-311-0/+18
* [rubygems/rubygems] Remove unused fileDavid Rodríguez2021-08-311-9/+0
* [rubygems/rubygems] Remove helper method not buying us muchDavid Rodríguez2021-08-312-12/+4