From: Jan Friedrich Date: 2007-03-17T04:00:12+09:00 Subject: Re: Need feedback on improving Ruby code bcparanj@gmail.com schrieb: > assert_equal r.dynamic_method_list.size, 3 Beware the assert_* methods expect at first parameter the *expected* value and at second parameter the *actual* vale! Have a look at http://ruby-doc.org/stdlib/libdoc/test/unit/rdoc/classes/Test/Unit/Assertions.html#M004436 regards Jan