With this skeleton you can quickly get up and running doing TDD with Scala and sbt.
- Clone this repo
- prompt>sbt
- sbt>~ test
There are one test class using ScalaTest and JUnit and another one using Specs2. Use one or both to get a feel for the diffetent styles.