mrichard / generator-marionette

Yeoman marionette generator a la AMD
329 stars 72 forks source link

Testing #48

Open ghost opened 10 years ago

ghost commented 10 years ago

Hi,

When i run mocha at project directory it gives the error below:

0 passing (13ms)

1 failing

1) Backbone AMD generator test "before each" hook:
Uncaught Error: You don't seem to have a generator with the name backbone-amd:app installed.

You can see available generators with npm search yeoman-generator and then install them with npm install [name]

To see the 6 registered generators run yo with the --help option.

  at Environment.create (/home/codio/workspace/node_modules/yeoman-generator/lib/env.js:341:7)                                          
  at Object.helpers.createGenerator (/home/codio/workspace/node_modules/yeoman-generator/lib/test/helpers.js:214:23)
  at /home/codio/workspace/test/tests.js:27:26                   
  at /home/codio/workspace/node_modules/yeoman-generator/lib/test/helpers.js:158:5
 at CB (/home/codio/workspace/node_modules/yeoman-generator/node_modules/rimraf/rimraf.js:42:5)                                        
  at /home/codio/workspace/node_modules/yeoman-generator/node_modules/rimraf/rimraf.js:118:7
  at Object.oncomplete (fs.js:107:15)

But i have backbone-amd:app generator installed. What might be the issue?

CatBakun commented 9 years ago

Hi, I'm having the same issue. Did you fix it or could you run the tests?