Re: Need feedback on improving Ruby code



bcparanj@xxxxxxxxx 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
.



Relevant Pages