method
formatter_uses_deprecated_example_pending_method?
1.1.12 -
Show latest stable
- Class:
Spec::Runner::Reporter
formatter_uses_deprecated_example_pending_method?(formatter)private
No documentation available.
# File lib/spec/runner/reporter.rb, line 131
def formatter_uses_deprecated_example_pending_method?(formatter)
formatter.method(:example_pending).arity == 2
end