Added recursive -r flag to prove example
Andy Grundman [Tue, 27 Sep 2005 15:03:58 +0000 (15:03 +0000)]
lib/Catalyst/Test.pm

index 23d4f40..8157bf3 100644 (file)
@@ -23,7 +23,7 @@ Catalyst::Test - Test Catalyst applications
     get('index.html');
 
     # Run tests against a remote server
-    CATALYST_SERVER='http://localhost:3000/' prove -l lib/ t/
+    CATALYST_SERVER='http://localhost:3000/' prove -r -l lib/ t/
 
     # Tests with inline apps need to use Catalyst::Engine::Test
     package TestApp;