class RSpec3

def example_started(notification)

def example_started(notification)
  if notification.respond_to?(:example)
    notification = notification.example
  end
  @example_name = notification.full_description
end