chris-l / mock-couch

A node.js module designed to mock a CouchDB server, mostly for unit testing purposes.
http://chris-l.github.io/mock-couch/
67 stars 44 forks source link

Basic example failing with couchdb and jasmine-node #7

Closed alanquigley closed 10 years ago

alanquigley commented 10 years ago

https://github.com/shotclip-team/mockcouch POST event not happening?

chris-l commented 10 years ago

Ah, notice how you are not really using arguments in the updateCouch() function. I created you a pull request for fixing it. shotclip-team/mockcouch#1