1. 06 Jan, 2020 2 commits
  2. 05 Jan, 2020 2 commits
  3. 02 Jan, 2020 1 commit
  4. 01 Jan, 2020 11 commits
  5. 31 Dec, 2019 3 commits
  6. 30 Dec, 2019 3 commits
  7. 29 Dec, 2019 2 commits
  8. 28 Dec, 2019 2 commits
  9. 27 Dec, 2019 10 commits
  10. 25 Dec, 2019 3 commits
  11. 24 Dec, 2019 1 commit
    • KOBAYASHI Shuji's avatar
      Refine the assertion failure message in mrdb print tests · f92867a5
      KOBAYASHI Shuji authored
      #### Before this patch:
      
        ```console
        Fail: mruby-bin-debugger(print) error (mrbgems: mruby-bin-debugger)
         - Assertion[2]
            Expected true to be false.
        ```
      
      #### After this patch:
      
        ```console
        Fail: mruby-bin-debugger(print) error (mrbgems: mruby-bin-debugger)
         - Assertion[2]
            Expected "$2 = undefined method 'bar' (NoMethodError)\n" to be start_with? "$2 = (eval):2: undefined method".
        ```
      f92867a5