rails / journey

A router for rails
221 stars 57 forks source link

Fix test that would never fail; and make the test more intention-revealing #30

Closed JeffCohen closed 12 years ago

JeffCohen commented 12 years ago

Hi,

I found an issue with one of the tests. Previously the test would never fail, so if the router recognition was broken we might not know. I've fixed that and also changed the path under test to make it easier to see that it should not be a recognized path.

If you have any questions, please feel free to let me know. I hope we can get this into the next Rails 3.2.x release.

Thanks! Jeff