mirror of https://github.com/sbt/sbt.git
Fix from Josh to enable ScalaCheck support
This commit is contained in:
parent
1e0424153a
commit
e6125354d6
|
|
@ -173,7 +173,7 @@ abstract class BasicScalaProject extends ScalaProject with BasicDependencyProjec
|
|||
def testFrameworks: Seq[TestFramework] =
|
||||
{
|
||||
import TestFrameworks.{ScalaCheck, ScalaTest, Specs}
|
||||
/*ScalaCheckFramework :: SpecsFramework ::*/ ScalaTest :: Nil
|
||||
ScalaCheckFramework :: /*SpecsFramework ::*/ ScalaTest :: Nil
|
||||
}
|
||||
/** The list of listeners for testing. */
|
||||
def testListeners: Seq[TestReportListener] = TestLogger(log) :: Nil
|
||||
|
|
|
|||
Loading…
Reference in New Issue