Skip to content

Reload hooks when metadata changes

gitlab-qa-bot requested to merge reload_hooks_on_metadata_change into master

Created by: JonRowe

This is a trivial take at solving rspec/rspec-rails#829 but simply watching for metadata changes and then applying hooks again when they change. Hooks shouldn't be included twice due to the checks in the existing call.

Simply moving the call to register the hooks didn't work due to ordering on the hooks.

Thoughts? /cc @myronmarston

Merge request reports