UNPKG

ember-cli-test-imagine-api

Version:

Create an Imaginary API in CoffeeScript with a declarative interface and neumonic for resources

8 lines (6 loc) 251 B
module.exports = { normalizeEntityName: function() {}, // no-op since we're just adding dependencies afterInstall: function() { return this.addBowerPackageToProject('sinon=http://sinonjs.org/releases/sinon-1.12.2.js'); // is a promise } };