From fcf3f8d5275e307962dd747e7fa83cd793f703d5 Mon Sep 17 00:00:00 2001 From: Athos Ribeiro Date: Tue, 3 Nov 2015 14:41:09 -0200 Subject: [PATCH] add a simple test --- t/app.t | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/t/app.t b/t/app.t index e21019d..71d32e7 100644 --- a/t/app.t +++ b/t/app.t @@ -1,9 +1,6 @@ use strict; use warnings; -use Plack::Test; use Test::More; +BEGIN { use_ok('CoprStatus') } -test_psgi $app, sub { - my $cb = shift; -}; done_testing; -- libgit2 0.21.2