summaryrefslogtreecommitdiff
path: root/src/test/scala/cc/spray/json/PrettyPrinterSpec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/cc/spray/json/PrettyPrinterSpec.scala')
-rw-r--r--src/test/scala/cc/spray/json/PrettyPrinterSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/cc/spray/json/PrettyPrinterSpec.scala b/src/test/scala/cc/spray/json/PrettyPrinterSpec.scala
index 541abc9..feed8a9 100644
--- a/src/test/scala/cc/spray/json/PrettyPrinterSpec.scala
+++ b/src/test/scala/cc/spray/json/PrettyPrinterSpec.scala
@@ -1,6 +1,6 @@
package cc.spray.json
-import org.specs.Specification
+import org.specs2.mutable._
class PrettyPrinterSpec extends Specification {