class RSpec3

def example_failed(notification)

def example_failed(notification)
  @failure_count += 1
  tick FAIL
end