class RSpec::Core::Hooks::AfterContextHook

@private

def run(example)

def run(example)
  example.instance_exec(example, &block)
rescue Exception => e
  # TODO: Come up with a better solution for this.
  RSpec.configuration.reporter.message <<-EOS
 occurred in an `after(:context)` hook.
ass}: #{e.message}
ed at #{e.backtrace.first}
end