Bump versions
[catagits/Catalyst-Plugin-Static-Simple.git] / t / 08subreq.t
index 77b3881..37ba9c8 100644 (file)
@@ -11,12 +11,9 @@ use Catalyst::Test 'TestApp';
 \r
 SKIP:\r
 {\r
-    #unless ( TestApp->isa('Catalyst::Plugin::SubRequest') ) {\r
-        #skip "Install the SubRequest plugin for these tests", 2;\r
-    #}\r
-    \r
-    # skip this for now, until patched SubRequest is released\r
-    skip "Awaiting patched SubRequest release", 2;\r
+    unless ( TestApp->isa('Catalyst::Plugin::SubRequest') ) {\r
+        skip "Install Catalyst::Plugin::SubRequest >= 0.08 for these tests", 2;\r
+    }\r
 \r
     ok( my $res = request('http://localhost/subtest'), 'Request' );\r
     is( $res->content, 'subtest2 ok', 'SubRequest ok' );\r