class Tryouts::CLI::VerboseFailsFormatter

def initialize(options = {})

def initialize(options = {})
  super(options.merge(show_passed: false))
end