Tweaks
[catagits/Catalyst-Component-ACCEPT_CONTEXT.git] / t / 02-live-stash.t
CommitLineData
75f37967 1# Copyright (c) 2007 Jonathan Rockway <jrockway@cpan.org>\r
2\r
3use strict;\r
4use warnings;\r
5use Test::More tests => 3;\r
6\r
7use FindBin qw($Bin);\r
8use lib "$Bin/lib";\r
9use Catalyst::Test qw(TestApp);\r
10\r
11is( get('/stash'), 'it worked', q{stashing works} );\r
12is( get('/cycle'), '1', 'no cycles');\r
13is( get('/weak_cycle'), '1', 'found weak cycle');\r