Skip to content

Output failures occurring in pending blocks

Created by: jwilger

When using #pending with a block inside an example, it's nice to be able to see what is still failing within that block. This is particularly useful for an acceptance test, e.g. when using Capybara, because you may not want your CI server to fail the build when committing work against an incomplete feature, but you still want to see the relevant failures. This is analogous to using a @WIP tag with cucumber tests.

Merge request reports