summaryrefslogtreecommitdiff
path: root/core/source/test/scala
diff options
context:
space:
mode:
Diffstat (limited to 'core/source/test/scala')
-rwxr-xr-xcore/source/test/scala/org/hashtree/stringmetric/ScalaTest.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/source/test/scala/org/hashtree/stringmetric/ScalaTest.scala b/core/source/test/scala/org/hashtree/stringmetric/ScalaTest.scala
index a9cd5e1..7aab162 100755
--- a/core/source/test/scala/org/hashtree/stringmetric/ScalaTest.scala
+++ b/core/source/test/scala/org/hashtree/stringmetric/ScalaTest.scala
@@ -1,9 +1,9 @@
package org.hashtree.stringmetric
-import org.scalatest.WordSpec
+import org.scalatest.{ BeforeAndAfter, WordSpec }
import org.scalatest.matchers.ShouldMatchers
-trait ScalaTest extends WordSpec with ShouldMatchers {
+trait ScalaTest extends WordSpec with ShouldMatchers with BeforeAndAfter {
def allows = afterWord("allow")
def executes = afterWord("execute")