xolvio / meteor-rtd-example-project

A template project to use for creating a meteor app with unit and webdriver testing
91 stars 27 forks source link

meteor-router conflict #12

Closed pho3nixf1re closed 11 years ago

pho3nixf1re commented 11 years ago

I'm using the Meteor Router atmosphere package to provide url routing. I think this is intercepting the /coverage url. Do you have any ideas about how to workaround this?

xolvio commented 11 years ago

Yep, I've renamed Router in the coverage package to RRouter. It's not the best fix in the world but the point is to get coverage without conflict and that now works :)