fix for debug regression caused by commit 5dd46e24eedec447bdfbc4061ed683b5a17a7b0c
[catagits/Catalyst-Runtime.git] / t / head_middleware.t
index ff7afcf..baf560a 100644 (file)
@@ -23,11 +23,10 @@ use Plack::Test;
   package MyApp;
   use Catalyst;
 
-  MyApp->setup;
+  Test::More::ok(MyApp->setup, 'setup app');
 }
 
 
-Test::More::ok(MyApp->setup);
 
 ok my $psgi = MyApp->psgi_app, 'build psgi app';