Maintenance version

Improvements

  • an example can be marked as pending simply by enclosing the code with pending { ... } (same thing with skipped)
  • improved failure messages for Traversable matchers and beLike
  • output the stats in cyan by default #235

Fixes

  • improved the error message in case of an instantiation exception #234
  • better documentation/naming for the Try matchers with a pattern #202
  • better documentation/naming for Mockito's inOrder #224
  • simplified the signature of argThat #237

==========================