Skip to content

Commit

Permalink
Use yeoman convention on how subgenerator structured.
Browse files Browse the repository at this point in the history
  • Loading branch information
fudanchii committed Aug 1, 2013
1 parent 5845f90 commit 2f2c6e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions test/test.js
Expand Up @@ -15,7 +15,7 @@ describe('Aura generator', function() {
'../../app',
'../../styles',
'../../extension',
'../../aura_component'
'../../component'
];
helpers.testDirectory(path.join(__dirname, 'temp'), function(err) {
if (err) {
Expand Down Expand Up @@ -114,7 +114,7 @@ describe('Aura generator', function() {
});

it ('should generate component', function (done) {
var deps = ['../../aura_component'];
var deps = ['../../component'];
var componentGenerator = helpers.createGenerator('aura:component', deps, ['coolComponent']);
componentGenerator.run([], function() {
helpers.assertFiles(['app/aura_components/coolComponent/main.js']);
Expand Down

0 comments on commit 2f2c6e6

Please sign in to comment.