Module: Memoria::RSpec::Metadata

Defined in:
lib/memoria/rspec/metadata.rb

Overview

Provides methods to retrieve RSpec’s example metadata

Instance Method Summary collapse

Instance Method Details

#current_example_metadataHash

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

Returns:

  • (Hash)

    RSpec’s metadata of the current example.



11
12
13
# File 'lib/memoria/rspec/metadata.rb', line 11

def 
  self.class.
end