turns out the test is useful
André Walker [Mon, 1 Aug 2011 18:46:03 +0000 (15:46 -0300)]
t/live_show_internal_actions_warnings.t

index f0cd2c4..e59d5d0 100644 (file)
@@ -21,9 +21,6 @@ my $last_warning;
     my $res = get('/');
 }
 
-# FIXME - is this test really useful?
-# it doesn't change anything if we remove the show_internal_actions => 1 line
-# from TestAppShowInternalActions
 is( $last_warning, undef, 'there should be no warnings about uninitialized value' );
 
 done_testing;