Skip to content

Make `let` work properly when shared context is applied to a single example.

gitlab-qa-bot requested to merge fix-let-no-superclass-method-problem into master

Created by: myronmarston

Without this fix, it fails with an error like:

#<NoMethodError: super: no superclass method `foo' for #<RSpec::ExampleGroups::Group_24:0x007f9dbd8e55a0>>

Merge request reports