summaryrefslogtreecommitdiff
path: root/test/ruby/test_env.rb
AgeCommit message (Expand)Author
2008-10-04* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui
2008-10-04* x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-09-22* test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz
2008-05-13* test/ruby/test_io_m17n.rb: remove a duplicative method.mame
2008-02-05* test/ruby/test_hash.rb: add tests to achieve over 90% test coveragemame
2005-07-14* test/ruby/test_env.rb (setup, teardown): do not depend on the behavior sett...nobu
2005-04-06* test/ruby/test_env.rb (test_key): should test ENV.key instead ofocean
2004-02-18 * test/*: should not depend on $KCODE.nahi
2003-12-03* io.c (argf_read): should not terminate on empty string; waitmatz
2003-11-28* test/ruby/test_env.rb (test_has_value, test_index): condition fornobu
2003-11-28* test/ruby/test_env.rb: add tests for ENV.usa