123456789_123456789_123456789_123456789_123456789_

Exception: RSpec::Core::Pending::SkipDeclaredInExample

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, StandardError
Instance Chain:
self, StandardError
Inherits: StandardError
  • Object
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

Instance Attribute Summary

Constructor Details

.new(argument) ⇒ SkipDeclaredInExample

[ GitHub ]

  
# File 'rspec-core/lib/rspec/core/pending.rb', line 11

def initialize(argument)
  @argument = argument
end

Instance Attribute Details

#argument (readonly)

[ GitHub ]

  
# File 'rspec-core/lib/rspec/core/pending.rb', line 9

attr_reader :argument