Method: RSpec::Core::Example::Procsy#executed?

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

#executed?Boolean

Indicates whether or not the around hook has executed the example.

Returns:

  • (Boolean)
[View source]

374
375
376
# File 'lib/rspec/core/example.rb', line 374

def executed?
  @executed
end