From 61ff9a8b05971bd30e69bb47f6721b7cd087c51a Mon Sep 17 00:00:00 2001 From: Samuel Heaney Date: Tue, 12 May 2015 23:34:59 -0500 Subject: [PATCH] Removes duplicated code snippet and paragraph --- akka-docs/rst/scala/testing.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/akka-docs/rst/scala/testing.rst b/akka-docs/rst/scala/testing.rst index 51a0e09a23..0b2cebcaa4 100644 --- a/akka-docs/rst/scala/testing.rst +++ b/akka-docs/rst/scala/testing.rst @@ -581,13 +581,6 @@ Which of these methods is the best depends on what is most important to test. Th most generic option is to create the parent actor by passing it a function that is responsible for the Actor creation, but the fabricated parent is often sufficient. - -.. includecode:: code/docs/testkit/ParentChildSpec.scala#test-fabricated-parent - -Which of these methods is the best depends on what is most important to test. The -most generic option is to create the parent actor by passing it the partial function, -but the fabricated parent is often sufficient. - .. _Scala-CallingThreadDispatcher: CallingThreadDispatcher