class RSpec::Core::Hooks::AfterContextHook

@private

def run(example)

def run(example)
  example.instance_exec(example, &block)
rescue Support::AllExceptionsExceptOnesWeMustNotRescue => e
  RSpec.configuration.reporter.notify_non_example_exception(e, "An error occurred in an `after(:context)` hook.")
end