Skip to content

Execute pending examples and mark as failed if they succeed.

gitlab-qa-bot requested to merge issue-1208-rebased into master

Created by: xaviershay

This is a backwards incompatible change that makes the behaviour of pending consisent with the current behaviour for when it is called inside an example with a block.

The old "never run this example" behaviour is still available via the "x" family of methods, the :skip metadata option, or the new skip method.

Implements #1208 (closed).

Merge request reports