From 9492a6b43362e89de3feb8b4d2836e1ca66db864 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Mon, 25 Feb 2013 09:24:04 -0500 Subject: [PATCH] Docs: fix note about built-in support for test frameworks --- src/sphinx/Detailed-Topics/Testing.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/sphinx/Detailed-Topics/Testing.rst b/src/sphinx/Detailed-Topics/Testing.rst index 6dfeb1284..75d910f73 100644 --- a/src/sphinx/Detailed-Topics/Testing.rst +++ b/src/sphinx/Detailed-Topics/Testing.rst @@ -450,10 +450,9 @@ packaging the project as an sbt :doc:`Plugin `. Custom Test Framework --------------------- -``sbt`` contains built-in support for the three main Scala testing -libraries (specs 1 and 2, ScalaTest, and ScalaCheck). To add support for -a different framework, implement the `uniform test -interface `_. +The main Scala testing libraries have built-in support for sbt. +To add support for a different framework, implement the +`uniform test interface `_. Custom Test Reporters ---------------------