Maintenance version

Improvements

  • added disjunction (\/ in Scalaz) matchers
  • added the possibility to use a matcher with haveSize: List(1, 2) must haveSize(be_>(1))

Fixes

  • 1 must beEqualTo(1) and beEqualTo(2) now properly throws an Exception in a mutable specification
  • fixed an evaluation case with match result and matcher
  • added a note to the traversable matchers guide on annotating the haveSize matcher #289
  • SpecificationsFinder.specificationNames finds specifications under a Windows drive when using the srcTestDir option #290
  • In a failed Try matcher the actual exception can be a subclass of the expected one #291
  • removed the implicit qualifier on the ResultMonoid so that ResultFailureMonoid becomes the default #293

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