Skip to content

Commit

Permalink
fix(gen): move test into root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed May 14, 2014
1 parent bb5b585 commit 53035aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Generator.prototype.setupEnv = function setupEnv() {
this.copy('.gitattributes');
this.copy('.jshintrc');
this.copy('gitignore', '.gitignore');
this.directory(join('..','test'), 'test', true);
this.directory('test');

this.sourceRoot(join(__dirname, '../templates/common'));
var appPath = this.options.appPath;
Expand Down
File renamed without changes.

0 comments on commit 53035aa

Please sign in to comment.