I am trying to do some integration testing in a Play! 2 for Scala application. For this, I need to load some fixtures to have the DB in a known state before each test.
A
Why not use the java example in Scala? That exact code should also work without modifications in Scala...