--- trunk/t/01-frey-config.t 2008/11/19 01:29:16 437 +++ trunk/t/01-frey-config.t 2008/11/19 01:32:36 438 @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 11; +use Test::More tests => 13; use lib 'lib'; use Data::Dump qw/dump/; @@ -40,3 +40,6 @@ cmp_ok( $o->config->{test}, 'eq', $o->config('Test::Mock')->{test}, 'text' ); ok( ! $o->config('non-existenting'), 'non-existing' ); + +ok( ! $o->load_config, 'load_config' ); +is_deeply( $o->config, $config, 'not duplicated' );