Skip to content

Expose issue with mixed in class stubs.

gitlab-qa-bot requested to merge expose_issue_with_mixed_in_class_stubs into master

Created by: JonRowe

Mixed in methods at class level prevents stubs from working on at least Ruby 2.0.0, I have a suspicion this is to do with our work on prepend; See #745 (closed) for additional background.

Merge request reports