Method: RSpec::Core::Example#skip
- Defined in:
- lib/rspec/core/example.rb
permalink #skip ⇒ Boolean
Returns flag that will cause the example to not run.
The ExecutionResult status will be :pending
.
69 |
# File 'lib/rspec/core/example.rb', line 69 :skip |