Fixes for Travis build tests failing

Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
Simon Bailey
2014-01-08 12:41:11 +00:00
parent 82b9131275
commit c125913f16
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ util.inherits(ComponentGenerator, ScriptBase);
ComponentGenerator.prototype.createComponentFile = function createComponentFile() {
this.generateSourceAndTest(
'component',
'spec/component',
'Component',
'spec/Component',
'components'
);
};