MOCHA = node_modules/.bin/mocha -R spec

test:
	$(MOCHA) testing/models 

reset-db:
	mongo mobbs tools/sampledata.js


