all #20090 enable running java tests in actor,camel,cluster,persistence

This commit is contained in:
Konrad Malawski 2016-04-06 01:23:21 +02:00
parent 770c216ceb
commit 62d8a69fac
23 changed files with 57 additions and 23 deletions

View file

@ -29,6 +29,8 @@ class QuickStartDocSpec extends WordSpec with BeforeAndAfterAll with ScalaFuture
system.terminate()
}
def println(any: Any) = () // silence printing stuff
"demonstrate Source" in {
//#create-source
val source: Source[Int, NotUsed] = Source(1 to 100)