remove JUnitRunner annotation, #16112

* it was used for running tests from inside Eclipse,

  but since it caused some trouble we remove it
This commit is contained in:
Patrik Nordwall 2016-04-05 17:06:58 +02:00 committed by Konrad Malawski
parent b3c85512a3
commit 9f659cf9b1
134 changed files with 0 additions and 160 deletions

View file

@ -21,7 +21,6 @@ object PatternSpec {
}
}
@org.junit.runner.RunWith(classOf[org.scalatest.junit.JUnitRunner])
class PatternSpec extends AkkaSpec("akka.actor.serialize-messages = off") {
implicit val ec = system.dispatcher
import PatternSpec._