Commit fcf3f8d5275e307962dd747e7fa83cd793f703d5

Authored by Athos
1 parent f70d21ef

add a simple test

Showing 1 changed file with 1 additions and 4 deletions   Show diff stats
1 use strict; 1 use strict;
2 use warnings; 2 use warnings;
3 -use Plack::Test;  
4 use Test::More; 3 use Test::More;
  4 +BEGIN { use_ok('CoprStatus') }
5 5
6 -test_psgi $app, sub {  
7 - my $cb = shift;  
8 -};  
9 done_testing; 6 done_testing;