Class: RSpec::Core::MemoizedHelpers::ContextHookMemoized::After

Inherits:
RSpec::Core::MemoizedHelpers::ContextHookMemoized show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/memoized_helpers.rb

Class Method Summary collapse

Methods inherited from RSpec::Core::MemoizedHelpers::ContextHookMemoized

fetch_or_store, isolate_for_context_hook

Class Method Details

.articleObject



261
262
263
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/memoized_helpers.rb', line 261

def self.article
  "an"
end

.hook_expressionObject



257
258
259
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/memoized_helpers.rb', line 257

def self.hook_expression
  "`after(:context)`"
end

.hook_intentionObject



265
266
267
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/memoized_helpers.rb', line 265

def self.hook_intention
  "cleanup state that is shared across examples in an example group"
end