Build requirements:
We have suspended using the artima plugin for scalatest
we do not yet need to add the following line to ~/.sbt/0.13/global.sbt:
resolvers += "Artima Maven Repository" at "http://repo.artima.com/releases"
$ sbt test
Our focus here will be on driving development through acceptance testing
so our real tests are in test/acceptance
and you probably only want to run those.
$ sbt "test-only *FeatureSpec"