From 6377851d10f7fc6961c29b4246f91e3a7ae81c79 Mon Sep 17 00:00:00 2001 From: Andy Waite <13400+andyw8@users.noreply.github.com> Date: Thu, 3 Apr 2025 22:39:32 -0400 Subject: [PATCH] Make diff output clear for test failures --- test/lib/rails_stats/code_statistics_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/rails_stats/code_statistics_test.rb b/test/lib/rails_stats/code_statistics_test.rb index 042bc09..bb50052 100644 --- a/test/lib/rails_stats/code_statistics_test.rb +++ b/test/lib/rails_stats/code_statistics_test.rb @@ -14,7 +14,7 @@ RailsStats::CodeStatistics.new(root_directory).to_s end - assert_equal table.delete(" \n"), out.delete(" \n") + assert_equal table, out end end end