Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Out with minitest, in with test-unit
Maybe some long time ago this used minitest? That's not the case anymore.
  • Loading branch information
jcmfernandes committed Sep 24, 2021
commit 37192dc98835edaf31fc1ac05dc1cd2d1419b7b2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"

gem "rake"
gem "minitest"
gem "test-unit"