class RSpec3

def initialize(output)

def initialize(output)
  super(output)
  @failure_count = 0
  @pending_count = 0
end