Preventing the TimerBasedThrottlerSpec printing to the console

This commit is contained in:
Viktor Klang 2012-11-15 00:46:13 +01:00
parent 3cd23f5f34
commit b1d96c8794

View file

@ -36,7 +36,7 @@ class TimerBasedThrottlerSpec extends TestKit(ActorSystem("TimerBasedThrottlerSp
}
"A throttler" must {
def println(a: Any) = ()
"must pass the ScalaDoc class documentation example program" in {
//#demo-code
// A simple actor that prints whatever it receives