From cc777abe17dc2cbda7584dc6d80e8d31416de5fd Mon Sep 17 00:00:00 2001 From: Rocky Madden Date: Sat, 9 Feb 2013 12:01:51 -0700 Subject: Added ParallelTestExecution to all unit tests. --- core/source/test/scala/com/rockymadden/stringmetric/ScalaTest.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/source') diff --git a/core/source/test/scala/com/rockymadden/stringmetric/ScalaTest.scala b/core/source/test/scala/com/rockymadden/stringmetric/ScalaTest.scala index 6e4faba..9e4b4a9 100755 --- a/core/source/test/scala/com/rockymadden/stringmetric/ScalaTest.scala +++ b/core/source/test/scala/com/rockymadden/stringmetric/ScalaTest.scala @@ -1,9 +1,9 @@ package com.rockymadden.stringmetric -import org.scalatest.{ BeforeAndAfter, WordSpec } +import org.scalatest.{ BeforeAndAfter, ParallelTestExecution, WordSpec } import org.scalatest.matchers.ShouldMatchers -trait ScalaTest extends WordSpec with ShouldMatchers with BeforeAndAfter { +trait ScalaTest extends WordSpec with ShouldMatchers with BeforeAndAfter with ParallelTestExecution { def allows = afterWord("allow") def executes = afterWord("execute") @@ -15,4 +15,4 @@ trait ScalaTest extends WordSpec with ShouldMatchers with BeforeAndAfter { def returns = afterWord("return") def throws = afterWord("throw") -} \ No newline at end of file +} -- cgit v1.2.3