add links to reference.conf to docs

This commit is contained in:
Roland Kuhn 2014-03-23 18:39:55 +01:00
parent 9ed116c4bd
commit d6b33d15a8
16 changed files with 103 additions and 32 deletions

View file

@ -1,8 +1,8 @@
.. _akka-testkit:
##############################
#####################
Testing Actor Systems
##############################
#####################
.. toctree::
@ -772,3 +772,9 @@ Some `Specs2 <http://specs2.org>`_ users have contributed examples of how to wor
* Specifications are by default executed concurrently, which requires some care
when writing the tests or alternatively the ``sequential`` keyword.
Configuration
=============
There are several configuration properties for the TestKit module, please refer
to the :ref:`reference configuration <config-akka-testkit>`.