alanning / meteor-velocity-quick-start

Quick start package that will add a few velocity-compatible test frameworks to your app
MIT License
9 stars 0 forks source link

No sample tests generated #7

Open goodforenergy opened 10 years ago

goodforenergy commented 10 years ago

After adding quick-start to my meteor app, I was unable to see the velocity icon I was expecting, nor a test folder with example tests.

I ran through the instructions on the README to set up the test leaderboard app with quick-start, and the same problem is apparent - no test folder and no example tests.

Could this be an issue caused by the upgrade to 0.9.0 / 0.9.1? I'm running up with 0.9.1.

alanning commented 10 years ago

Yes, I'm having some trouble searching atmosphere for some reason but I think one of either velocity or the reporter does not support the new package system yet.

Also I'm pretty sure I wrote the quick-start with mrt in mind so that may be the problem too.

We will be supporting the new package system although I don't know exactly when that will be.

On Sep 6, 2014, at 7:17 PM, Helen Durrant notifications@github.com wrote:

After adding quick-start to my meteor app, I was unable to see the velocity icon I was expecting, nor a test folder with example tests.

I ran through the instructions on the README to set up the test leaderboard app with quick-start, and the same problem is apparent - no test folder and no example tests.

Could this be an issue caused by the upgrade to 0.9.0 / 0.9.1? I'm running up with 0.9.1.

— Reply to this email directly or view it on GitHub.

goodforenergy commented 10 years ago

Thanks Adrian, I just realised Velocity itself doesn't even support 0.9.x yet so I shall continue and feel less guilty about my test-less cowboy hacking until then ;)