Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 462 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 462 Bytes

FizzBuzz sbt skeleton

With this skeleton you can quickly get up and running doing TDD with Scala and sbt.

  1. Clone this repo
  2. prompt>sbt
  3. 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.