CleverStack / cleverstack-cli

CLI for CleverStack
http://youtube.com/watch?v=-4ArURHExhQ
MIT License
196 stars 33 forks source link

Problem with running tests #52

Open kucherenko opened 9 years ago

kucherenko commented 9 years ago

~/workspace/tmp/my-app$ clever test Scanning folders for Gruntfiles... Warning: Task "db" not found. Use --force to continue.

Aborted due to warnings.

pilsy commented 9 years ago

Hi @kucherenko

Do you have clever-orm or clever-odm installed and enabled?

kucherenko commented 9 years ago

no, I haven't

pilsy commented 9 years ago

This is caused by inside the testEnv calling sync(), you can comment that line out if you like - i will update the repo today