class RSpec::Core::Hooks::AfterContextHook
@private
Public Instance Methods
# File rspec-core/lib/rspec/core/hooks.rb, line 380 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