method
example_pending
1.1.12 -
Show latest stable
- Class:
Spec::Runner::Formatter::ProgressBarFormatter
example_pending(example, message, pending_caller)public
No documentation available.
# File lib/spec/runner/formatter/progress_bar_formatter.rb, line 17
def example_pending(example, message, pending_caller)
super
@output.print yellow('*')
@output.flush
end