Making everything compile and tests pass

This commit is contained in:
Viktor Klang 2012-06-28 15:33:49 +02:00
parent 9ac9e88c31
commit 1a7f29aaec
35 changed files with 101 additions and 59 deletions

View file

@ -1,5 +1,8 @@
package docs.testkit
import language.postfixOps
import language.implicitConversions
import org.specs2.Specification
import org.specs2.specification.{ Step, Scope }

View file

@ -1,5 +1,7 @@
package docs.testkit
import language.postfixOps
import org.specs2.mutable.Specification
import org.specs2.specification.Scope
import org.specs2.time.NoTimeConversions

View file

@ -3,6 +3,8 @@
*/
package docs.testkit
import language.postfixOps
//#testkit-usage
import scala.util.Random

View file

@ -3,6 +3,8 @@
*/
package docs.testkit
import language.postfixOps
//#imports-test-probe
import akka.testkit.TestProbe
import akka.util.duration._