From 6af0bb7aa231c41213b455e1ae44a50a5b295292 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 14 Feb 2013 17:39:46 -0600 Subject: implement uriFor --- src/test/scala/basic.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/scala/basic.scala') diff --git a/src/test/scala/basic.scala b/src/test/scala/basic.scala index 070ace8..ef9ea22 100644 --- a/src/test/scala/basic.scala +++ b/src/test/scala/basic.scala @@ -57,6 +57,7 @@ class Basic extends FunSuite { ) def testRoute (router: Router[Boolean], path: String, mapping: Map[String, String]) { + assert(path === router.uriFor(mapping).get) val om = router.route(path) assert(om.isDefined) val m = om.get -- cgit v1.2.3-54-g00ecf