module Minitest

def self.plugin_pride_options opts, _options # :nodoc:

:nodoc:
def self.plugin_pride_options opts, _options # :nodoc:
  opts.on "-p", "--pride", "Pride. Show your testing pride!" do
    PrideIO.pride!
  end
end