Skip to content

Commit

Permalink
Install testdouble when the addon is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed May 4, 2017
1 parent 66d3e6b commit 65a5ecd
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 65a5ecd

Please sign in to comment.