Skip to content

Commit 9a9c55f

Browse files
committed
Correct number of dependencies in the expectations table
1 parent 0d60a45 commit 9a9c55f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/lib/rails_stats/code_statistics_test.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
+-----------------------|------------|----------------+
99
| Name | Total Deps | 1st Level Deps |
1010
+-----------------------|------------|----------------+
11-
| simplecov-console | 7 | 3 |
12-
| codecov | 4 | 1 |
11+
| simplecov-console | 6 | 3 |
1312
| rails_stats | 4 | 2 |
14-
| simplecov | 3 | 3 |
13+
| codecov | 3 | 1 |
14+
| simplecov | 2 | 2 |
1515
| minitest-around | 1 | 1 |
1616
| bundler | 0 | 0 |
1717
| byebug | 0 | 0 |
1818
| minitest | 0 | 0 |
1919
| minitest-spec-context | 0 | 0 |
2020
+-----------------------|------------|----------------+
21-
\n Declared Gems 9 \n Total Gems 17 \n Unpinned Versions 8 \n Github Refs 0 \n \n+----------------------+---------+---------+---------+---------+-----+-------+
21+
\n Declared Gems 9 \n Total Gems 16 \n Unpinned Versions 8 \n Github Refs 0 \n \n+----------------------+---------+---------+---------+---------+-----+-------+
2222
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
2323
+----------------------+---------+---------+---------+---------+-----+-------+
2424
| Channels | 8 | 8 | 2 | 0 | 0 | 0 |
@@ -36,7 +36,7 @@
3636
+----------------------+---------+---------+---------+---------+-----+-------+
3737
Code LOC: 144 Test LOC: 0 Code to Test Ratio: 1:0.0
3838
39-
EOS
39+
EOS
4040

4141
it "outputs useful stats for a Rails project" do
4242
root_directory = File.expand_path('../../../test/dummy', File.dirname(__FILE__))

0 commit comments

Comments
 (0)