--- lib/PXElator/t/config.t 2009/07/31 13:16:11 74 +++ lib/PXElator/t/config.t 2009/08/04 13:19:08 135 @@ -4,7 +4,7 @@ use strict; use autodie; -use Test::More tests => 3; +use Test::More tests => 4; use Data::Dump qw/dump/; use_ok 'config'; @@ -13,3 +13,4 @@ diag $test; cmp_ok( $test, '==', config::shared( 'test' ), 'get shared' ); +ok( config::webconverger(), 'webconverger' );