Skip to content

Commit

Permalink
minitest-rg doesn't work with Ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Dec 19, 2023
1 parent 13dcd4e commit f9a58f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/rg.rb
@@ -1,2 +1,2 @@
# Enable color test output
require "minitest/rg"
require "minitest/rg" if RUBY_VERSION >= "2.0"

0 comments on commit f9a58f0

Please sign in to comment.