import my old svn repo here
[catagits/Catalyst-Component-ACCEPT_CONTEXT.git] / t / 02-live-stash.t
diff --git a/t/02-live-stash.t b/t/02-live-stash.t
new file mode 100644 (file)
index 0000000..9fd6915
--- /dev/null
@@ -0,0 +1,13 @@
+# Copyright (c) 2007 Jonathan Rockway <jrockway@cpan.org>\r
+\r
+use strict;\r
+use warnings;\r
+use Test::More tests => 3;\r
+\r
+use FindBin qw($Bin);\r
+use lib "$Bin/lib";\r
+use Catalyst::Test qw(TestApp);\r
+\r
+is( get('/stash'), 'it worked', q{stashing works} );\r
+is( get('/cycle'), '1', 'no cycles');\r
+is( get('/weak_cycle'), '1', 'found weak cycle');\r