Module: Memoria::RSpec::Metadata
- Defined in:
- lib/memoria/rspec/metadata.rb
Overview
Provides methods to retrieve RSpec’s example metadata
Instance Method Summary collapse
-
#current_example_metadata ⇒ Hash
private
Retrieve the metadata from the current example.
Instance Method Details
#current_example_metadata ⇒ Hash
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Retrieve the metadata from the current example
11 12 13 |
# File 'lib/memoria/rspec/metadata.rb', line 11 def self.class. end |