summaryrefslogtreecommitdiff
path: root/src/test/scala/cc/spray/json/CollectionFormatsSpec.scala
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2011-05-24 23:02:25 +0200
committerMathias <mathias@spray.cc>2011-05-24 23:02:25 +0200
commit57bc594e1daa7dff6013759d6fc65f183118aa33 (patch)
treef8ad4c437284fb0583a556a98aba74126a988ea3 /src/test/scala/cc/spray/json/CollectionFormatsSpec.scala
parent854700927ca944d684c9e0758b5a52da4dde2609 (diff)
downloadspray-json-57bc594e1daa7dff6013759d6fc65f183118aa33.tar.gz
spray-json-57bc594e1daa7dff6013759d6fc65f183118aa33.tar.bz2
spray-json-57bc594e1daa7dff6013759d6fc65f183118aa33.zip
Add JsonFormat for JsValues, some more helpers
Diffstat (limited to 'src/test/scala/cc/spray/json/CollectionFormatsSpec.scala')
-rw-r--r--src/test/scala/cc/spray/json/CollectionFormatsSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/cc/spray/json/CollectionFormatsSpec.scala b/src/test/scala/cc/spray/json/CollectionFormatsSpec.scala
index 7a47fb7..ba792a3 100644
--- a/src/test/scala/cc/spray/json/CollectionFormatsSpec.scala
+++ b/src/test/scala/cc/spray/json/CollectionFormatsSpec.scala
@@ -3,7 +3,7 @@ package cc.spray.json
import org.specs.Specification
import java.util.Arrays
-class CollectionFormatsSpec extends Specification with CollectionFormats with BasicFormats {
+class CollectionFormatsSpec extends Specification with DefaultJsonProtocol {
"The listFormat" should {
val list = List(1, 2, 3)