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