Commit d6f23b19224669d40d2f5c82559ca2d1adf4d7ee

Authored by Athos
1 parent c82d367a

Add first test draft

Signed-off-by: Athos Ribeiro <athoscribeiro@gmail.com>
Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
t/app.t 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +use strict;
  2 +use warnings;
  3 +use Plack::Test;
  4 +use Test::More;
  5 +
  6 +test_psgi $app, sub {
  7 + my $cb = shift;
  8 +};
  9 +done_testing;
... ...