module Minitest
Public Class Methods
Source
# File lib/minitest/focus_plugin.rb, line 4 def self.plugin_focus_options opts, options opts.on "--no-focus", "Disable `focus` calls in tests." do |n| @nofocus = true end end
# File lib/minitest/focus_plugin.rb, line 4 def self.plugin_focus_options opts, options opts.on "--no-focus", "Disable `focus` calls in tests." do |n| @nofocus = true end end