Implement the minitest plugin
Modules: Assertions, Expectations Classes: Test
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