Flowdock
method

formatter_uses_deprecated_example_pending_method?

Importance_0
formatter_uses_deprecated_example_pending_method?(formatter) private

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/runner/reporter.rb, line 131
      def formatter_uses_deprecated_example_pending_method?(formatter)
        formatter.method(:example_pending).arity == 2
      end
Register or log in to add new notes.