Exception: RSpec::Core::Pending::SkipDeclaredInExample
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
StandardError
|
|
Instance Chain:
self,
StandardError
|
|
Inherits: |
StandardError
|
Defined in: | rspec-core/lib/rspec/core/pending.rb |
Overview
Raised in the middle of an example to indicate that it should be marked as skipped.
Class Method Summary
- .new(argument) ⇒ SkipDeclaredInExample constructor
Instance Attribute Summary
- #argument readonly
Constructor Details
.new(argument) ⇒ SkipDeclaredInExample
Instance Attribute Details
#argument (readonly)
[ GitHub ]# File 'rspec-core/lib/rspec/core/pending.rb', line 9
attr_reader :argument