given().
standaloneSetup(new MyController()).
when().
get().
then().
...
Exception: java.lang.IllegalArgumentException: 'uri' must not be empty
Solution: Change get() impl to delagate to get("/x") instead of get("");
Original issue reported on code.google.com by johan.ha...@gmail.com on 15 Jan 2014 at 1:22
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 15 Jan 2014 at 1:22