summaryrefslogtreecommitdiffhomepage
path: root/src/mruby_core.rake
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-03-20 23:36:28 +0900
committerKOBAYASHI Shuji <[email protected]>2019-03-21 20:53:52 +0900
commit2b72baccf3f1705928ab8556ef376bdb09f74e4e (patch)
tree4db88da9e8e5d12625c995f27c902da3a34040d1 /src/mruby_core.rake
parent3f7cd4687fc7ec46d8a8dd6c9c2505205cbd32a8 (diff)
downloadmruby-2b72baccf3f1705928ab8556ef376bdb09f74e4e.tar.gz
mruby-2b72baccf3f1705928ab8556ef376bdb09f74e4e.zip
Remove redundant content in assertion failure message and diff
Based on minitest RubyGem. Example of before this patch: - Assertion[1] Failed: Expected 1 to be 2 Expected: 2 Actual: 1 - Assertion[2] Failed: Expected [1, 3] to include 2 Collection: [1, 3] Object: 2 Example of after this patch: - Assertion[1] Expected: 2 Actual: 1 - Assertion[2] Expected [1, 3] to include 2.
Diffstat (limited to 'src/mruby_core.rake')
0 files changed, 0 insertions, 0 deletions