1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2025-07-03 00:58:12 +02:00
Files
explain.depesz.com/t/basic.t

14 lines
190 B
Perl
Raw Normal View History

#!/usr/bin/env perl
use strict;
use warnings;
use Test::More tests => 3;
use Test::Mojo;
use_ok( 'Explain' );
2013-05-14 19:43:16 +02:00
my $t = Test::Mojo->new( 'Explain' );
$t->get_ok( '/' )->status_is( 200 );