I just recently started learning the Scala language and would like to do it in TDD-way. Could you share your experiences on the unit testing frameworks there are for Scala and t
You could also check out Specs it's fairly complete and IIRC is heavily used as part of Lift.