Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made a change that eliminates the following bug (see http://github.co…
…m/cloudhead/vows/issues#issue/16): Sometimes you want to test an object that inherits from EventEmitter. In this case, if you return said testable object as the topic, then the code hangs if the EventEmitter subclass instance that I'm testing doesn't emit "success" or "error."
- Loading branch information