require 'minitest/junit/version' # :nodoc: module Minitest # :nodoc: module Junit # :nodoc: class Reporter def initialize(_io) end end end end