On Oct 27, 2010, at 2:49 PM, Joseph DelCioppio wrote:
> Hello all,
>
> I'm trying to perform a pretty simple routing constraint
>
> Here are my routes, my constraint, and my spec. http://gist.github.com/649430
>
> As you can see, I've attempted to stub my RootConstraints.matches?
> method to ju
Hello all,
I'm trying to perform a pretty simple routing constraint
Here are my routes, my constraint, and my spec. http://gist.github.com/649430
As you can see, I've attempted to stub my RootConstraints.matches?
method to just return true or false. However, this doesn't seem to
work correctly.