Skip to content

Commit

Permalink
Added a test!
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Apr 8, 2016
1 parent 23ef5de commit 2ec7ad0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions t/00-load.t
@@ -0,0 +1,10 @@
use Test::More;

BEGIN { use_ok 'QMail::QueueHandler' };

my $qh;
eval { ok($qh = QMail::QueueHandler->new) };

isa_ok($qh, 'QMail::QueueHandler');

done_testing();

0 comments on commit 2ec7ad0

Please sign in to comment.