(c C)
| 45 | } |
| 46 | |
| 47 | func mustJSONQ(c C) func(interface{}, error) interface{} { |
| 48 | return func(i interface{}, e error) interface{} { |
| 49 | c.So(e, ShouldBeNil) |
| 50 | return i |
| 51 | } |
| 52 | } |
| 53 | |
| 54 | func TestDebugHandler(t *testing.T) { |
| 55 | Convey("test debug handler", t, func(c C) { |