From eee81e55fabe5d9fb218a03ea60fc7a025c4b864 Mon Sep 17 00:00:00 2001 From: Timothy Clem Date: Fri, 4 Nov 2016 12:56:04 -0700 Subject: [PATCH] Summaries look like this now --- test/corpus/diff-summaries/ruby/rescue-last-ex.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/corpus/diff-summaries/ruby/rescue-last-ex.json b/test/corpus/diff-summaries/ruby/rescue-last-ex.json index 2121bfe3f..9cc49bdc4 100644 --- a/test/corpus/diff-summaries/ruby/rescue-last-ex.json +++ b/test/corpus/diff-summaries/ruby/rescue-last-ex.json @@ -122,7 +122,7 @@ ] } }, - "summary": "Deleted the 'bar' identifier in the 'Error => x' rescue block" + "summary": "Deleted the 'bar' identifier in the 'Error, x' rescue block" } ] }, @@ -166,7 +166,7 @@ ] } }, - "summary": "Added the 'bar' identifier in the 'Error => x' rescue block" + "summary": "Added the 'bar' identifier in the 'Error, x' rescue block" } ] },