aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb/test_init.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo2023-06-131-1/+1
* [ruby/irb] Allow disabling autocompletion withStan Lo2022-12-061-0/+24
* [ruby/irb] Provide a base test class and let tests restore encodingsStan Lo2022-11-031-2/+3
* [ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada2022-10-281-0/+3
* [ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada2022-10-281-0/+4
* [ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans2022-09-171-0/+45
* Skip TestIRB::TestInit#test_recovery_sigint on SolarisYusuke Endoh2021-11-051-0/+1
* Set USE_COLORIZE to the default value in a testaycabta2021-05-241-2/+5
* [ruby/irb] update test/irb/test_init.rb to avoid useless evaljethrodaniel2021-05-241-2/+2
* [ruby/irb] respect NO_COLOR environment variableMark Delk2021-05-241-0/+16
* [ruby/irb] Added setup and teardown to TestIRB::TestInitNobuyoshi Nakada2021-04-261-20/+17
* [ruby/irb] SIGINT should raise Interrupt after IRB sessionKoichi Sasada2021-04-021-0/+6
* Fix the failing test with XDG_CONFIG_HOMEHiroshi SHIBATA2021-01-121-0/+4
* [ruby/irb] Restore environment variablesNobuyoshi Nakada2019-12-141-8/+10
* Generate history file path correctly when $HOME/.irbrc doesn't existaycabta2019-11-201-0/+40
* Suppress read of ~/.irbrckazu2018-08-181-3/+3
* irb/test_init.rb: add test to ensure $0k0kubun2017-12-121-0/+6
* irb.rb: preserve ARGV on binding.irbk0kubun2017-12-121-0/+25