RT #68376
hkclark [Thu, 1 Sep 2011 11:36:08 +0000 (07:36 -0400)]
lib/Catalyst/Manual/Tutorial/08_Testing.pod

index e6d4b91..91ff929 100644 (file)
@@ -118,7 +118,7 @@ to:
 
     ok( request('/books')->is_redirect, 'Request should succeed' );
 
-4) Add the following statement to the top of C<t/view_TT.t>:
+4) Add the following statement to the top of C<t/view_HTML.t>:
 
     use MyApp;