Skip to content

Instantly share code, notes, and snippets.

@bitomule
bitomule / gist:2fe7a1abfeb164e40ccc
Created July 18, 2014 09:09
Log from meteor app with jasmine and velocity
Ok, everything's ready. Here comes Meteor!
[[[[[ ~/Desktop/mymeteorapp ]]]]]
=> Started proxy.
=> Started MongoDB.
I20140718-11:07:16.323(2)? Jasmine-Unit is loaded
I20140718-11:07:16.398(2)? [velocity] PWD /Users/mango/Desktop/mymeteorapp
I20140718-11:07:16.460(2)? Check for test package configs... [ 'packages/blaze-layout/examples/simple/smart.json',
this.route('home',{
path: '/:_domain',
data: function(){
if(domains.find().count() <= 0)
{
Router.go('register');
}
return {'name':this.params._domain};
},
waitOn: function(){