Removed all dependencies to ScalaTest in the published artifacts. See #1802

This commit is contained in:
Björn Antonsson 2012-09-12 15:12:13 +02:00
parent 6c25954a2d
commit afe30e9038
15 changed files with 146 additions and 54 deletions

View file

@ -3,6 +3,9 @@
*/
package akka.testkit
import language.reflectiveCalls
import language.postfixOps
import org.scalatest.WordSpec
import org.scalatest.matchers.MustMatchers
import akka.actor._