diff options
-rw-r--r-- | test/scanners/coderay_suite.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scanners/coderay_suite.rb b/test/scanners/coderay_suite.rb index 4f415a1..280e182 100644 --- a/test/scanners/coderay_suite.rb +++ b/test/scanners/coderay_suite.rb @@ -151,7 +151,7 @@ module CodeRay unless ok File.open(actual_filename, 'wb') { |f| f.write result } if ENV['diff'] - diff = expected_filename.sub(/\.expected\..*/, '.diff') + diff = expected_filename.sub(/\.expected\..*/, '.debug.diff') system "diff #{expected_filename} #{actual_filename} > #{diff}" system "EDITOR #{diff}" end |