File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212| minitest-spec-context | 0 | 0 |
1313+-----------------------|------------|----------------+
1414
15-
1615 Declared Gems 9
1716 Total Gems 18
1817 Unpinned Versions 6
1918 Github Refs 0
2019
21-
2220+----------------------+---------+---------+---------+---------+---------+-----+-------+
2321| Name | Files | Lines | LOC | Classes | Methods | M/C | LOC/M |
2422+----------------------+---------+---------+---------+---------+---------+-----+-------+
Original file line number Diff line number Diff line change 1414 RailsStats ::CodeStatistics . new ( root_directory ) . to_s
1515 end
1616
17- assert_equal table . delete ( " \n " ) , out . delete ( " \n " )
17+ assert_equal (
18+ table . lines . map ( &:rstrip ) . join ,
19+ out . lines . map ( &:rstrip ) . join
20+ )
1821 end
1922 end
2023end
You can’t perform that action at this time.
0 commit comments