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
t/app.t
1 1 use strict;
2 2 use warnings;
3   -use Plack::Test;
4 3 use Test::More;
  4 +BEGIN { use_ok('CoprStatus') }
5 5  
6   -test_psgi $app, sub {
7   - my $cb = shift;
8   -};
9 6 done_testing;
... ...