add links to reference.conf to docs
This commit is contained in:
parent
9ed116c4bd
commit
d6b33d15a8
16 changed files with 103 additions and 32 deletions
|
|
@ -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>`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue