Andrei Toutoukine

Results 3 issues of Andrei Toutoukine

I'm trying to work with cucumber in karma using grunt-karma and karma-cucumberjs. I'm doing everything as Readme.md describes, just translating the configs to grunt-karma. When I run grunt karma:bdd I...

Fix: mongooseMock.connect should be a stub (not a stub factory) Add: mongooseMock.connection to mock the default mongoose connection

index.js L110: > mongoose.connect = sinon.stub; Shouldn't it be > mongoose.connect = sinon.stub();