Skip to content

Commit e77f13e

Browse files
committed
Change expectation based on new sorting for bundler-stats
Now sorting is alphabetically for gems with the same number of Total Deps
1 parent 4c14732 commit e77f13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/rails_stats/code_statistics_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
| rails_stats | 4 | 2 |
1414
| simplecov | 3 | 3 |
1515
| minitest-around | 1 | 1 |
16-
| minitest | 0 | 0 |
1716
| bundler | 0 | 0 |
1817
| byebug | 0 | 0 |
18+
| minitest | 0 | 0 |
1919
| minitest-spec-context | 0 | 0 |
2020
+-----------------------|------------|----------------+
2121
\n Declared Gems 9 \n Total Gems 17 \n Unpinned Versions 8 \n Github Refs 0 \n \n+----------------------+---------+---------+---------+---------+-----+-------+

0 commit comments

Comments
 (0)