UNPKG

spur-common

Version:

Common node library that is implemented through the use of spur-ioc and bluebird promises.

10 lines (7 loc) 222 B
describe "fsPromise", -> beforeEach -> injector().inject (@fsPromise)=> it "should exist", -> expect(@fsPromise).to.exist expect(@fsPromise.exists).to.exist expect(@fsPromise.writeFileAsync).to.exist