Skip to content

Commit

Permalink
Merge pull request #7 from alexlafroscia/u/alexlafroscia/automaticall…
Browse files Browse the repository at this point in the history
…y-install-testdouble

Install `testdouble` automatically
  • Loading branch information
alexblom authored May 24, 2017
2 parents b7d5cfb + 65a5ecd commit 1de002e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions blueprints/ember-cli-testdouble/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-env node */

'use strict';

module.exports = {
normalizeEntityName: function() {
// this prevents an error when the entityName is
// not specified (since that doesn't actually matter
// to us
},

afterInstall: function() {
return this.addPackageToProject('testdouble', '^2.0.0');
}
};

0 comments on commit 1de002e

Please sign in to comment.