Method: RSpec::Core::Example#metadata
- Defined in:
- lib/rspec/core/example.rb
#metadata ⇒ Object (readonly)
Returns the metadata object associated with this example.
31 32 33 |
# File 'lib/rspec/core/example.rb', line 31 def @metadata end |