add github issue tracker links to contributing documentation
[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';