mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
Fixes this problem that happens sometimes in specs: > Mocha::StubbingError: > #<Mock:0x135150> was instantiated in one test but it is receiving invocations within another test. This can lead to unintended interactions between tests and hence unexpected test failures. Ensure that every test correctly cleans up any state that it introduces.