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 12
12
| minitest-spec-context | 0 | 0 |
13
13
+-----------------------|------------|----------------+
14
14
15
-
16
15
Declared Gems 9
17
16
Total Gems 18
18
17
Unpinned Versions 6
19
18
Github Refs 0
20
19
21
-
22
20
+----------------------+---------+---------+---------+---------+---------+-----+-------+
23
21
| Name | Files | Lines | LOC | Classes | Methods | M/C | LOC/M |
24
22
+----------------------+---------+---------+---------+---------+---------+-----+-------+
Original file line number Diff line number Diff line change 14
14
RailsStats ::CodeStatistics . new ( root_directory ) . to_s
15
15
end
16
16
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
+ )
18
21
end
19
22
end
20
23
end
You can’t perform that action at this time.
0 commit comments