method
step_pending
1.1.12 -
Show latest stable
- Class:
Spec::Runner::Formatter::Story::HtmlFormatter
step_pending(type, description, *args)public
No documentation available.
# File lib/spec/runner/formatter/story/html_formatter.rb, line 151
def step_pending(type, description, *args)
print_step('pending', type, description, *args)
end