guyht / Glog

NodeJS and Git backed blogging engine
MIT License
52 stars 10 forks source link

Re-create Glog object for each test case #11

Closed guyht closed 12 years ago

guyht commented 12 years ago

Currently, all the test cases use the same blog object. This is bad practice as potentially test cases can have an effect on other test cases (as seen in issue #10).

Each test case should recreate the glog object.

This is a low priority issue, but should be fixed at some point.