class RSpec::Core::Pending::SkipDeclaredInExample
Raised in the middle of an example to indicate that it should be marked as skipped.
Attributes
Public Class Methods
Source
# File lib/rspec/core/pending.rb, line 11 def initialize(argument) @argument = argument end