From 606b117f2c5246eafd5b2001fd211d79aba85447 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 15 Sep 2010 16:14:40 +0200 Subject: update tests --- t/spore-request/path_info.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/spore-request/path_info.t') diff --git a/t/spore-request/path_info.t b/t/spore-request/path_info.t index 020a958..17645af 100644 --- a/t/spore-request/path_info.t +++ b/t/spore-request/path_info.t @@ -22,4 +22,6 @@ is $request->path_info, '/test_spore/foo'; $env->{'spore.params'} = [qw/database test_spore key foo another key/]; is $request->path_info, '/test_spore/foo'; +is $request->path, '/test_spore/foo'; + done_testing; -- cgit v1.2.3