Skip to content

Commit f9ac0f9

Browse files
authored
Merge pull request #36 from andyw8/andyw8/make-diff-output-clear
Make diff output clearer for test failures
2 parents 8f2e5b7 + 6377851 commit f9ac0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/rails_stats/code_statistics_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
RailsStats::CodeStatistics.new(root_directory).to_s
1515
end
1616

17-
assert_equal table.delete(" \n"), out.delete(" \n")
17+
assert_equal table, out
1818
end
1919
end
2020
end

0 commit comments

Comments
 (0)