Method: Gzr::Commands::Plan#failures

Defined in:
lib/gzr/commands/plan.rb

#failuresObject



39
40
41
42
43
44
45
46
# File 'lib/gzr/commands/plan.rb', line 39

def failures(*)
  if options[:help]
    invoke :help, ['failures']
  else
    require_relative 'plan/failures'
    Gzr::Commands::Plan::Failures.new(options).execute
  end
end