Skip to content

Commit

Permalink
fix: rspec-core -> minitest
Browse files Browse the repository at this point in the history
  • Loading branch information
feipinghuang authored and palkan committed Sep 14, 2023
1 parent 15d32e9 commit 4a7e55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/_testing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
end

has_minitest = in_root do
((specs | deps) & %w[rspec-core]).any? && File.directory?("test")
((specs | deps) & %w[minitest]).any? && File.directory?("test")
end

if has_minitest && yes?("Would your like to install rubocop-minitest? (y/n)")
Expand Down

0 comments on commit 4a7e55c

Please sign in to comment.