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 131
      def formatter_uses_deprecated_example_pending_method?(formatter)
        formatter.method(:example_pending).arity == 2
      end