Skip to content

Speculative fix for before(:all) pending failures.

gitlab-qa-bot requested to merge before-all-pending-fix into pending-fixes

Created by: xaviershay

I'm not happy with this yet, but not sure a good way to do it :( There's some pollution of ivars going on that I don't like, and the naming is terrible.

Also what is expected behaviour if pending is called in after(:all) (failure or otherwise)? I thinking it should not even be defined at that time (or if it is, raise a "can't do that" error).

We should probably ship beta2 without this, since we're getting into pretty esoteric usage.

@JonRowe @myronmarston

Merge request reports