Exception: Spec::Example::NotYetImplementedError

Inherits:
ExamplePendingError show all
Defined in:
lib/spec/example/errors.rb

Constant Summary collapse

MESSAGE =
"Not Yet Implemented"

Instance Method Summary collapse

Constructor Details

#initializeNotYetImplementedError

Returns a new instance of NotYetImplementedError.



7
8
9
# File 'lib/spec/example/errors.rb', line 7

def initialize
  super(MESSAGE)
end