Removing Specs2 as a dependency to remove the hassle of keeping track of available versions

This commit is contained in:
Viktor Klang 2012-07-21 18:09:20 +02:00
parent f7e3c78a7b
commit 743f9cd8ff
5 changed files with 4 additions and 89 deletions

View file

@ -707,10 +707,3 @@ 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.
You can use the following two examples as guidelines:
.. includecode:: code/docs/testkit/Specs2DemoSpec.scala
.. includecode:: code/docs/testkit/Specs2DemoAcceptance.scala