Class: RSpec::Core::Example

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

Defined Under Namespace

Classes: Procsy

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#attemptsObject

Returns the value of attribute attempts.



4
5
6
# File 'lib/rspec_ext/rspec_ext.rb', line 4

def attempts
  @attempts
end

Instance Method Details

#clear_exceptionObject



6
7
8
# File 'lib/rspec_ext/rspec_ext.rb', line 6

def clear_exception
  @exception = nil
end