Testing
Specs2: Behavior-Driven Specification Testing in Scala
Specs2 takes a different philosophy from ScalaTest: rather than providing multiple testing styles, it treats tests as specifications — executable documents that describe how software should behave. If you want tests that read like documentation and double as acceptance criteria, Specs2 is worth considering. Installation libraryDependencies ++= Seq( "org.specs2"