Skip to content

Apply helper modules to existing groups when added

Created by: eugeneius

Fixes #1934 (closed).

When a helper module is configured, it is now applied to all existing matching example groups. This means that the order in which example groups are defined and helper modules are configured no longer matters.

I changed the behaviour across include, extend and pending here for consistency, even though only include was affected by the singleton example group bug.

Merge request reports