Skip to content

Initialize now clears things out before hand.

Compare
Choose a tag to compare
@blakewest blakewest released this 27 Jan 22:13
· 12 commits to master since this release

Doesn't exactly stop a bug, but if a previous test failed, and the afterEach failed to run, then the Facade would throw an error saying "X resource already exists, please rename it". But this wasn't really the case, it was just that initialize got called twice in a row, when it shouldn't have.