# File lib/nyan_cat_formatter/rspec3.rb, line 32
  def example_started(notification)
    if notification.respond_to?(:example)
      notification = notification.example
    end
    @example_name = notification.full_description
  end