Skip to content

Calling super.inherited in ExampleGroup

gitlab-qa-bot requested to merge github/fork/jdelStrother/master into master

Created by: jdelStrother

Heya, Rspec1 used to call super.inherited in ExampleGroup. Rspec2 doesn't, which is causing problems for me as I currently use an activesupport class_inheritable_accessor to add some custom behaviour to groups, and it relies on Class.inherit being called.

Any chance of something like the attached commit?

Cheers, -Jonathan

Merge request reports