RC6 router and ember-testing package compatible?

I have upgraded to RC6 so i can use the new router updates but my tests fail on the visit helper from the ember-testing package.

I am doing visit(“product/1234”) in test and get the error ‘there is no route named product/1234’.

If i change back to RC5 it all works again.

Any one help with this ?

Thanks Rick

Add a slash at the beginning /product/1234

This has been fixed in master.

teddyzeenny: thanks a lot

This topic was automatically closed after 3 days. New replies are no longer allowed.