class RSpec::LegacyFormatters::Adaptor

def example_pending(notification)

Parameters:
  • notification (ExampleNotification) -- containing example subclass of `RSpec::Core::Example`

Other tags:
    Api: - public
def example_pending(notification)
  @formatter.example_pending notification.example
end