class RSpec::Core::MemoizedHelpers::ContextHookMemoized::After

@private

Public Class Methods

article() click to toggle source
# File lib/rspec/core/memoized_helpers.rb, line 261
def self.article
  "an"
end
hook_expression() click to toggle source
# File lib/rspec/core/memoized_helpers.rb, line 257
def self.hook_expression
  "`after(:context)`"
end
hook_intention() click to toggle source
# File lib/rspec/core/memoized_helpers.rb, line 265
def self.hook_intention
  "cleanup state that is shared across examples in an example group"
end