Skip to content

Commit 3dcac07

Browse files
committed
Add a fixture file to the test directory
1 parent eed28bd commit 3dcac07

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

test/fixtures/console-output.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
+-----------------------|------------|----------------+
2+
| Name | Total Deps | 1st Level Deps |
3+
+-----------------------|------------|----------------+
4+
| simplecov-console | 7 | 3 |
5+
| codecov | 5 | 2 |
6+
| rails_stats | 4 | 2 |
7+
| simplecov | 3 | 3 |
8+
| minitest-around | 1 | 1 |
9+
| bundler | 0 | 0 |
10+
| byebug | 0 | 0 |
11+
| minitest | 0 | 0 |
12+
| minitest-spec-context | 0 | 0 |
13+
+-----------------------|------------|----------------+
14+
15+
Declared Gems 9
16+
Total Gems 18
17+
Unpinned Versions 8
18+
Github Refs 0
19+
20+
+----------------------+---------+---------+---------+---------+---------+-----+-------+
21+
| Name | Files | Lines | LOC | Classes | Methods | M/C | LOC/M |
22+
+----------------------+---------+---------+---------+---------+---------+-----+-------+
23+
| Channels | 2 | 8 | 8 | 2 | 0 | 0 | 0 |
24+
| Configuration | 19 | 417 | 111 | 1 | 0 | 0 | 0 |
25+
| Controllers | 1 | 7 | 6 | 1 | 1 | 1 | 4 |
26+
| Helpers | 1 | 3 | 3 | 0 | 0 | 0 | 0 |
27+
| Javascripts | 3 | 27 | 7 | 0 | 0 | 0 | 0 |
28+
| Jobs | 1 | 7 | 2 | 1 | 0 | 0 | 0 |
29+
| Libraries | 1 | 1 | 1 | 0 | 0 | 0 | 0 |
30+
| Mailers | 1 | 4 | 4 | 1 | 0 | 0 | 0 |
31+
| Model Tests | 2 | 5 | 4 | 2 | 0 | 0 | 0 |
32+
| Models | 1 | 3 | 3 | 1 | 0 | 0 | 0 |
33+
| Spec Support | 1 | 1 | 1 | 0 | 0 | 0 | 0 |
34+
| Test Support | 1 | 1 | 1 | 0 | 0 | 0 | 0 |
35+
+----------------------+---------+---------+---------+---------+---------+-----+-------+
36+
| Code | 30 | 477 | 145 | 7 | 1 | 0 | 143 |
37+
| Tests | 4 | 7 | 6 | 2 | 0 | 0 | 0 |
38+
| Total | 34 | 484 | 151 | 9 | 1 | 0 | 149 |
39+
+----------------------+---------+---------+---------+---------+---------+-----+-------+
40+
Code LOC: 145 Test LOC: 6 Code to Test Ratio: 1:0.0 Files: 34

0 commit comments

Comments
 (0)