class RSpec::Core::Example::ExecutionResult
def example_skipped?
Experimental RBS support (using type sampling data from the type_fusion
project).
def example_skipped?: () -> false
This signature was generated using 2 samples from 1 application.
-
(Boolean)
- Indicates if the example was completely skipped
def example_skipped? status == :pending && !pending_exception end