Reset plugins before tests too

This commit is contained in:
Robin Ward
2016-11-23 10:41:21 -05:00
parent acf9da6b8d
commit 91c21dad28

View File

@ -65,6 +65,7 @@ function acceptance(name, options) {
} }
} }
resetPluginApi();
Discourse.reset(); Discourse.reset();
}, },