Add fix for failing test to Testing.pod
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / Testing.pod
index e481c8b..2b771b3 100644 (file)
@@ -104,6 +104,8 @@ C<request('/logout')-E<gt>is_redirect> in C<t/controller_Logout.t>.
 3) Change the C<request('/books')-E<gt>is_success> to 
 C<request('/books')-E<gt>is_redirect> in C<t/controller_Books.t>.
 
+4) Add C<use MyApp;> to the top of C<t/view_TT.t>.
+
 As you can see in the C<prove> command line above, the C<--lib> option
 is used to set the location of the Catalyst C<lib> directory.  With this
 command, you will get all of the usual development server debug output,