This question already has an answer here:
- In ScalaTest is there any difference between `should`, `can`, `must` 1 answer
Both scalatest and Specs2 have separate matchers for should
and must
.
However, I cannot find any explanation for why you would use one or the other.
What exactly is the difference?