I'm migrating my code to from 1.8.7 and I had before something like
class TestCase < Test::Unit::TestCase
undef_method :default_test
but now I get this error:
`undef_method': undefined method `default_test'
any idea how to solve this problem?
--
Posted via http://www.ruby-forum.com/.