
                      Request was not matched
                      =======================

---------------------------------------------------------------------
| Closest stub                    | Request                         |
---------------------------------------------------------------------
                                  |
The post stub with a really long  |
name that ought to wrap and let   |
us see exactly how that looks     |
when it is done                   |
                                  |
POST                              | POST
/thing                            | /thin                      <<<<< URL does not match
                                  |
X-My-Header [contains] : correct  | X-My-Header: wrong value   <<<<< Header does not match
value                             |
Accept [matches] : text/plain.*   | Accept: text/plain
                                  |
[equalToJson]                     |                            <<<<< Body does not match
{                                 | {
  "thing" : {                     |   "thing" : {
    "stuff" : [ 1, 2, 3 ]         |     "nothing" : { }
  }                               |   }
}                                 | }
                                  |
---------------------------------------------------------------------
