method
example_pending
example_pending(example, message, deprecated_pending_location=nil)
public
Hide source
# File lib/spec/runner/formatter/progress_bar_formatter.rb, line 20 def example_pending(example, message, deprecated_pending_location=nil) super @output.print yellow('*') @output.flush end