add minitest-reporters

This commit is contained in:
Alexander Meindl 2022-06-23 15:09:06 +02:00
parent 568c48c340
commit ba72b512be

View File

@ -48,7 +48,7 @@ if File.file? File.expand_path './.enable_test', __dir__
gem 'bullet'
end
group :test do
gem 'ci_reporter_minitest'
gem 'minitest-reporters'
gem 'simplecov-cobertura' if ENV['COVERAGE_COBERTURA']
gem 'timecop'
end