Method: RSpec::Core::ExampleGroup.metadata

Defined in:
lib/rspec/core/example_group.rb

.metadatavoid

The Metadata object associated with this group.

See Also:

[View source]

51
52
53
# File 'lib/rspec/core/example_group.rb', line 51

def self.
  @metadata ||= nil
end