mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
FIX: Cleanup DiscoursePluginRegistry state after tests that use it
This was causing some heisentests
This commit is contained in:
@ -40,6 +40,7 @@ describe Stylesheet::Compiler do
|
||||
after do
|
||||
Discourse.plugins.pop
|
||||
Stylesheet::Importer.register_imports!
|
||||
DiscoursePluginRegistry.reset!
|
||||
end
|
||||
|
||||
it "does not include theme variables in plugins" do
|
||||
|
Reference in New Issue
Block a user