Exception: Spec::Example::NotYetImplementedError
- Inherits:
-
ExamplePendingError
- Object
- StandardError
- ExamplePendingError
- Spec::Example::NotYetImplementedError
- Defined in:
- lib/vendor/plugins/rspec/lib/spec/example/errors.rb
Constant Summary collapse
- MESSAGE =
"Not Yet Implemented"
Instance Method Summary collapse
-
#initialize ⇒ NotYetImplementedError
constructor
A new instance of NotYetImplementedError.
Constructor Details
#initialize ⇒ NotYetImplementedError
Returns a new instance of NotYetImplementedError.
7 8 9 |
# File 'lib/vendor/plugins/rspec/lib/spec/example/errors.rb', line 7 def initialize super(MESSAGE) end |