+ spec
authorAlexandre Bertails <bertails@w3.org>
Tue, 23 Aug 2011 16:42:51 -0400
changeset 28 2f6ec4dcf606
parent 27 f00302656b5d
child 29 5a7b4f478677
+ spec
project/Build.scala
src/test/scala/Test.scala
--- a/project/Build.scala	Tue Aug 23 16:14:21 2011 -0400
+++ b/project/Build.scala	Tue Aug 23 16:42:51 2011 -0400
@@ -10,6 +10,7 @@
   val unfiltered_jetty = "net.databinder" %% "unfiltered-jetty" % "0.4.1"
   val unfiltered_scalate = "net.databinder" %% "unfiltered-scalate" % "0.4.1"
   val unfiltered_json = "net.databinder" %% "unfiltered-json" % "0.4.1"
+  val unfiltered_spec = "net.databinder" %% "unfiltered-spec" % "0.4.1"
   val slf4jSimple = "org.slf4j" % "slf4j-simple" % "1.6.1"
   val salat = "com.novus" %% "salat-core" % "0.0.8-SNAPSHOT"
 }
@@ -41,6 +42,7 @@
       resolvers += ScalaToolsSnapshots,
       resolvers += "repo.novus snaps" at "http://repo.novus.com/snapshots/",
       libraryDependencies += scalatest,
+      libraryDependencies += unfiltered_spec,
 //      libraryDependencies += antiXML,
       libraryDependencies += dispatch,
       libraryDependencies += unfiltered_filter,
--- a/src/test/scala/Test.scala	Tue Aug 23 16:14:21 2011 -0400
+++ b/src/test/scala/Test.scala	Tue Aug 23 16:42:51 2011 -0400
@@ -2,9 +2,6 @@
 
 import org.scalatest.FunSuite
 
-
-
-
 class Test extends FunSuite {
 
   test("") {