Method: RSpec::Core::Example::Procsy#executed?
- Defined in:
- lib/rspec/core/example.rb
permalink #executed? ⇒ Boolean
Indicates whether or not the around hook has executed the example.
374 375 376 |
# File 'lib/rspec/core/example.rb', line 374 def executed? @executed end |