Class/Module Index [+]

Quicksearch

RSpec::Core::SuiteHookContext

@private Provides an execution context for before/after :suite hooks.

Public Class Methods

new() click to toggle source
# File lib/rspec/core/example.rb, line 464
def initialize
  super(AnonymousExampleGroup, "", {})
end

Public Instance Methods

set_exception(exception, context=nil) click to toggle source

To ensure we don’t silence errors…

# File lib/rspec/core/example.rb, line 469
def set_exception(exception, context=nil)
  raise exception
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.