Module: Minitest

Defined in:
lib/minitest/rematch_plugin.rb

Overview

Implement the minitest plugin

Defined Under Namespace

Modules: Assertions, Expectations Classes: Test

Class Method Summary collapse

Class Method Details

.plugin_rematch_options(opts, _options) ⇒ Object



7
8
9
10
11
# 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