@private Provides an execution context for before/after :suite hooks.
# File lib/rspec/core/example.rb, line 462 def initialize super(AnonymousExampleGroup, "", {}) end
To ensure we don't silence errors…
# File lib/rspec/core/example.rb, line 467 def set_exception(exception, context=nil) raise exception end