We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ccb50 commit 6377851Copy full SHA for 6377851
test/lib/rails_stats/code_statistics_test.rb
@@ -14,7 +14,7 @@
14
RailsStats::CodeStatistics.new(root_directory).to_s
15
end
16
17
- assert_equal table.delete(" \n"), out.delete(" \n")
+ assert_equal table, out
18
19
20
0 commit comments