summaryrefslogtreecommitdiff
path: root/core/source/test
diff options
context:
space:
mode:
Diffstat (limited to 'core/source/test')
-rwxr-xr-xcore/source/test/scala/com/rockymadden/stringmetric/TokenizeSpec.scala (renamed from core/source/test/scala/com/rockymadden/stringmetric/tokenize/NGramTokenizerSpec.scala)7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/source/test/scala/com/rockymadden/stringmetric/tokenize/NGramTokenizerSpec.scala b/core/source/test/scala/com/rockymadden/stringmetric/TokenizeSpec.scala
index 01636f0..cfba0f7 100755
--- a/core/source/test/scala/com/rockymadden/stringmetric/tokenize/NGramTokenizerSpec.scala
+++ b/core/source/test/scala/com/rockymadden/stringmetric/TokenizeSpec.scala
@@ -1,11 +1,12 @@
-package com.rockymadden.stringmetric.tokenize
+package com.rockymadden.stringmetric
-import com.rockymadden.stringmetric.ScalaTest
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
@RunWith(classOf[JUnitRunner])
-final class NGramTokenizerSpec extends ScalaTest { "NGramTokenizer" should provide {
+final class TokenizeSpec extends ScalaTest { "NGramTokenizer" should provide {
+ import Tokenize._
+
"tokenize method" when passed {
"empty argument" should returns {
"None" in {