summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_env.rb
Commit message (Expand)AuthorAgeFilesLines
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-1/+1
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-1/+1
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-3/+3
* * test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz2008-09-221-1/+2
* * test/ruby/test_io_m17n.rb: remove a duplicative method.mame2008-05-131-1/+1
* * test/ruby/test_hash.rb: add tests to achieve over 90% test coveragemame2008-02-051-4/+270
* * test/ruby/test_env.rb (setup, teardown): do not depend on the behavior sett...nobu2005-07-141-4/+4
* * test/ruby/test_env.rb (test_key): should test ENV.key instead ofocean2005-04-061-9/+9
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * io.c (argf_read): should not terminate on empty string; waitmatz2003-12-031-1/+1
* * test/ruby/test_env.rb (test_has_value, test_index): condition fornobu2003-11-281-0/+2
* * test/ruby/test_env.rb: add tests for ENV.usa2003-11-281-0/+84