Class: RSpec::Core::Example

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec/versioned.rb

Instance Method Summary collapse

Instance Method Details

#clear_exceptionsObject



49
50
51
# File 'lib/rspec/versioned.rb', line 49

def clear_exceptions
  @exceptions = nil
end

#versionObject



53
54
55
# File 'lib/rspec/versioned.rb', line 53

def version
  @metadata[:versioned]
end