method
example_pending
example_pending(example_proxy, message, deprecated_pending_location=nil)
public
This method is invoked when an example is not yet implemented (i.e. has not been provided a block), or when an ExamplePendingError is raised. message is the message from the ExamplePendingError, if it exists, or the default value of "Not Yet Implemented". deprecated_pending_location is deprecated - use example_proxy.location instead
Parameters
example_proxy: | instance of Spec::Example::ExampleProxy |
message: | the message passed to the pending message, or an internal default |