method
example_pending
rspec latest stable - Class:
Spec::Runner::Formatter::ProgressBarFormatter
example_pending(example, message, deprecated_pending_location=nil)public
No documentation available.
# 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