summaryrefslogtreecommitdiff
path: root/core/src/test/scala/com/rockymadden/stringmetric/AlphabetSpec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/test/scala/com/rockymadden/stringmetric/AlphabetSpec.scala')
-rwxr-xr-xcore/src/test/scala/com/rockymadden/stringmetric/AlphabetSpec.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/test/scala/com/rockymadden/stringmetric/AlphabetSpec.scala b/core/src/test/scala/com/rockymadden/stringmetric/AlphabetSpec.scala
index 43e5d80..0145aea 100755
--- a/core/src/test/scala/com/rockymadden/stringmetric/AlphabetSpec.scala
+++ b/core/src/test/scala/com/rockymadden/stringmetric/AlphabetSpec.scala
@@ -1,8 +1,8 @@
package com.rockymadden.stringmetric
-object AlphabetSpec extends org.specs2.mutable.SpecificationWithJUnit {
- import Alphabet.{Alpha, Vowel}
+import com.rockymadden.stringmetric.Alphabet._
+object AlphabetSpec extends org.specs2.mutable.SpecificationWithJUnit {
"AlphabetSet isSuperset()" should {
"return false with non-alphabet argument" in {
Alpha isSuperset '0' must beFalse