Is there some way to fake a request to pedestal routes without going over HTTP ?
@jdkealy use the response-for
test helper
http://pedestal.io/reference/unit-testing#unit-testing and http://pedestal.io/cookbook/index#_how_to_test_your_servlet_based_service
Thanks!
:thumbsup: