class RSpec3

def example_pending(notification)

def example_pending(notification)
  @pending_examples << notification
  @pending_count += 1
  tick PENDING
end