Skip to content
  • Pete Kinnecom's avatar
    509590c1
    Method missing kwargs test failure: · 509590c1
    Pete Kinnecom authored
    Fail: Method#call with undefined method -- only kwargs (mrbgems: mruby-method)
     - Assertion[6]
        NoMethodError exception expected, not
        Class: <TypeError>
        Message: <Array cannot be converted to Hash>
     - Assertion[9]
        Expected: {:kwarg1=>:val1, :kwarg2=>:val2}
          Actual: [:foo]
    509590c1
    Method missing kwargs test failure:
    Pete Kinnecom authored
    Fail: Method#call with undefined method -- only kwargs (mrbgems: mruby-method)
     - Assertion[6]
        NoMethodError exception expected, not
        Class: <TypeError>
        Message: <Array cannot be converted to Hash>
     - Assertion[9]
        Expected: {:kwarg1=>:val1, :kwarg2=>:val2}
          Actual: [:foo]
Loading