summaryrefslogtreecommitdiffhomepage
path: root/test/t/nomethoderror.rb
AgeCommit message (Expand)Author
2017-03-02Create NoMethodError instance using `mrb_obj_new()`.Yukihiro "Matz" Matsumoto
2017-02-27Remove default Kernel#method_missing.Yukihiro "Matz" Matsumoto
2017-02-15Move BasicObject#method_missing to Kernel#method_missing; ref #3417Yukihiro "Matz" Matsumoto
2017-01-11Fix 36fc1f14 not checking in the right locationBouke van der Bijl
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