Class: RSpec::Core::MemoizedHelpers::ContextHookMemoized::After
Class Method Summary
collapse
fetch_or_store, isolate_for_context_hook
Class Method Details
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_expression ⇒ Object
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_intention ⇒ Object
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
|