DEV: Reset DiscoursePluginRegistry after spec (#25369)

This commit is contained in:
Mark VanLandingham 2024-01-22 08:51:36 -06:00 committed by GitHub
parent 57915d9edc
commit d5e3a47d3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@ RSpec.describe Email::Renderer do
end
context "with email_renderer_html modifier" do
after { DiscoursePluginRegistry.reset! }
it "can modify the html" do
Plugin::Instance
.new