org.specs2.matcher.FutureMatchers
add an await method to any matcher Matcher[T] so that it can be transformed into a Matcher[Future[T]]
await
Matcher[T]
Matcher[Future[T]]
add an
await
method to any matcherMatcher[T]
so that it can be transformed into aMatcher[Future[T]]