Skip to content

Error rather than warn when `let` accessed in :all hook.

gitlab-qa-bot requested to merge disallow_let_from_before_all into master

Created by: myronmarston

Before we were just warning of deprecation in before(:all) but not after(:all), and this raises a warning in both now (for consistency). We should probably add a warning for after(:all) to 2.99.

Anyone want to review this?

Merge request reports