Method: RSpec::Core::Example#pending
- Defined in:
- lib/rspec/core/example.rb
permalink #pending ⇒ Boolean
Returns flag that indicates that the example is not expected to pass. It will be run and will either have a pending result (if a failure occurs) or a failed result (if no failure occurs).
66 |
# File 'lib/rspec/core/example.rb', line 66 :pending |