diff --git a/t/app.t b/t/app.t new file mode 100644 index 0000000..e21019d --- /dev/null +++ b/t/app.t @@ -0,0 +1,9 @@ +use strict; +use warnings; +use Plack::Test; +use Test::More; + +test_psgi $app, sub { + my $cb = shift; +}; +done_testing; -- libgit2 0.21.2