Dancer2-Session-Redis
view release on metacpan or search on metacpan
t/001-use.t view on Meta::CPAN
use strictures 1;
use Test::More tests => 1 + 2;
use Test::NoWarnings;
use Plack::Test;
use HTTP::Request::Common;
use t::Util;
BEGIN { t::Util::setenv }
use t::TestApp::Simple;
BEGIN { t::Util::setconf( \&t::TestApp::Simple::set ) }
############################################################################
my $app = t::TestApp::Simple->psgi_app;
ok( $app, 'Got App' );
############################################################################
t::Util::psgi_request_ok( $app, GET => q{/}, qr/^Hello World$/ );
############################################################################
( run in 3.520 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )