Hello All,
Sorry if this is a newb question but I was wondering if there is a way to
test my routes in way that does not involve added .to("mock:xxx") on the
end of the routes. I may be pure vanity but I don't like the idea of having
"production" routes with mocks in them. I saw the documentation on
adviseWith and that seems like it might have been able to help but the
route I'm trying to test is doesn't seem to bring me the data I'm looking
for on the return. Unit test to illustrate:
https://gist.github.com/anonymous/503496cfe9c57384a638
Is there a way to make this unit test pass without a Mock?
Thanks in advance,
Vincent