module Minitest

Implement the minitest plugin

Public Class Methods

plugin_rematch_options(opts, _options) click to toggle source
# File lib/minitest/rematch_plugin.rb, line 7
def self.plugin_rematch_options(opts, _options)
  opts.on '--rematch-rebuild', 'Rebuild the stores with the current entries/values' do
    Rematch.rebuild = true
  end
end