class RSpec::Core::SuiteHookContext
Provides an execution context for before/after :suite hooks.
@private
def initialize
def initialize super(AnonymousExampleGroup, "", {}) @example_group_instance = AnonymousExampleGroup.new end
def set_exception(exception)
def set_exception(exception) raise exception end