summaryrefslogtreecommitdiffhomepage
path: root/test/t/nomethoderror.rb
AgeCommit message (Expand)Author
2016-12-03update NoMethodError tests; ref #3291Yukihiro "Matz" Matsumoto
2016-11-24Fix instances where return value of mrb_method_search_vm is uncheckedFrancois Chagnon
2014-06-15Move direct superclass checking to `test/t/superclass.rb`.take_cheeze
2014-06-02Implement `NoMethodError#args`.take_cheeze
2013-08-02I fix order of actual and expect test value in nomethoderror.rb.Jun Hiroe
2013-06-14Improve NoMethodError TestsDaniel Bovensiepen
2012-06-03Add superclass tests for ExceptionsDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-25Add Tests for all Exception classes, for false, true, Proc, Module, nil and O...Daniel Bovensiepen