Skip to content

Commit

Permalink
Remove obsolete .gem package for json_reporter.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Jul 8, 2024
1 parent 331e495 commit c301ae7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/testup/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ def self.run_suite_without_gui(test_suite, config = {})
"Test suite path does not exist: #{test_suite_path.expand_path}"
end

# GemHelper.require('minitest-reporters-json_reporter',
# 'minitest/reporters/json_reporter')
# https://github.com/edhowland/minitest-reporters-json_reporter#usage
# Minitest::Reporters.use! [ Minitest::Reporters::JsonReporter.new ]
# Loaded here on demand to defer gem installation.
require 'testup/json_ci_reporter'

Expand Down
Binary file not shown.

0 comments on commit c301ae7

Please sign in to comment.