[Wtr-general] No tests specified

Zeljko Filipin zeljko.filipin at gmail.com
Fri Jul 28 07:09:43 EDT 2006


Test::Unit::TestCase must have at least one method which name starts with
"test_".

Change

def centralvision
    load 'centralvision.rb'
end

to

def test_centralvision
    load 'centralvision.rb'
end

and you should be fine.

Željko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wtr-general/attachments/20060728/1bb2a6a0/attachment.html 


More information about the Wtr-general mailing list