Flowdock
example_pending(example, message="Not Yet Implemented") 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 107
      def example_pending(example, message="Not Yet Implemented")
        @pending_count += 1
        formatters.each do |f|
          f.example_pending(example, message)
        end
      end
Register or log in to add new notes.