discourse/plugins/poll
Robin Ward a8793d0d9a REFACTOR: Test Memory Usage Fixes (#7769)
* Calling `Discourse.reset()` creates a new container
We should run our de-initializers only after acceptance tests,
since initializers are not run outside of acceptance tests anyway,
and the container at this point can be passed properly to the
`teardown()` method.

* Remove `Discourse.reset` from tests
This would cause a new container to be created which leaks many objects.

* `updateCurrentUser` is more accurate than `replaceCurrentUser`
2019-06-14 14:54:20 +02:00
..
app DEV: Automatically annotate plugin models alongside core models 2019-05-13 16:37:47 +01:00
assets FIX: Memory Leaks when decorating posts (#7749) 2019-06-11 17:21:23 +02:00
config Update translations 2019-06-10 10:36:08 -04:00
db DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
jobs/regular DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
lib DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
spec DEV: Use proper heredoc name. 2019-06-04 16:31:18 +08:00
test/javascripts REFACTOR: Test Memory Usage Fixes (#7769) 2019-06-14 14:54:20 +02:00
plugin.rb FIX: ensure the post url is present 2019-05-30 00:05:53 +02:00