Tagged Questions
4
votes
2answers
754 views
Scala build tool and test framework that play nice together?
Here are my goals:
1. Run my tests in Eclipse and see the pretty green or red bar.
2. Run my tests on the command line with a build tool.
I'm leaning towards specs and sbt, but I can't get them to ...