Flowdock
method

pending_implementation

Importance_0
pending_implementation() public

No documentation

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

Hide source
# File lib/spec/example/example_group_methods.rb, line 79
      def pending_implementation
        lambda {|*args| raise(Spec::Example::NotYetImplementedError) }
      end
Register or log in to add new notes.