method
formatter_uses_deprecated_example_pending_method?
formatter_uses_deprecated_example_pending_method?(formatter)private
No documentation available.
# File lib/spec/runner/reporter.rb, line 166
def formatter_uses_deprecated_example_pending_method?(formatter)
formatter.method(:example_pending).arity == 3
end