Sha256: ac3fcfbce3e1f3a0305079d4ba16d84488d0d2e2bdaa5589e924acb4b3404d22
Contents?: true
Size: 228 Bytes
Versions: 26
Compression:
Stored size: 228 Bytes
Contents
require_relative "reporters/rubyci_reporter" module Minitest def self.plugin_rubyci_init(options) if ENV['RUBY_CI_SECRET_KEY'].present? Minitest.reporter << Minitest::Reporters::RubyciReporter.new end end end
Version data entries
26 entries across 26 versions & 1 rubygems