summaryrefslogtreecommitdiff
path: root/t/spore-request/path_info.t
diff options
context:
space:
mode:
Diffstat (limited to 't/spore-request/path_info.t')
-rw-r--r--t/spore-request/path_info.t2
1 files changed, 2 insertions, 0 deletions
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;