
                                               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 value                     | X-My-Header: wrong value                            <<<<< Header does not match
Accept [matches] : text/plain.*                            | Accept: text/plain
                                                           |
{                                                          | {                                                   <<<<< Body does not match
  "thing" : {                                              |   "thing" : {
    "stuff" : [ 1, 2, 3 ]                                  |     "nothing" : { }
  }                                                        |   }
}                                                          | }
                                                           |
-----------------------------------------------------------------------------------------------------------------------
