From: Benoit Cerrina Date: 2001-11-24T03:37:32+09:00 Subject: [ruby-talk:26244] Re: ruby unit exception That worked thanks a lot "Masaki Suketa" wrote in message news:200111221105.UAA12081@smtp1.nifty.ne.jp... > Hello, > > In message "[ruby-talk:25897] ruby unit exception" > > > /cygdrive/d/ruby/lib/ruby/site_ruby/1.6/runit/testresult.rb:109: > > @test_start_time = Time.now if @test_start_time == nil > > Could you try the following code? > > @test_start_time = Time.now if !@test_start_time > > Regards, > Masaki Suketa >