From: Warren Seltzer Date: 2006-03-14T04:18:40+09:00 Subject: Test::Unit mixup ------=_NextPart_000_0078_01C646E3.9EA74280 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Suddenly test::unit is failing for me. The following 2-line script comes up with "testu.rb:2: undefined method `assert' for main:Object (NoMethodError)" testu.rb contains: 1: require 'test/unit' 2: assert(1==1) What have I broken or forgot? ruby 1.8.2 (2004-12-25) [i386-mswin32] It fails the same way under irb. Warren ------=_NextPart_000_0078_01C646E3.9EA74280--