X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=t%2F00-load.t;h=6d499a3ee48685149e67596e2a3870a8950fa8ea;hb=HEAD;hp=4fac9643b3f7c5d20bbf1dccc6e867d7ee85ea9e;hpb=e24fcce942bbff836770d333a4a919a26872db6d;p=perl%2Fmodules%2Frgit.git diff --git a/t/00-load.t b/t/00-load.t index 4fac964..6d499a3 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -3,21 +3,22 @@ use strict; use warnings; -use Test::More tests => 12; +use Test::More tests => 13; BEGIN { - use_ok( 'App::Rgit' ); - use_ok( 'App::Rgit::Command' ); - use_ok( 'App::Rgit::Command::Each' ); - use_ok( 'App::Rgit::Command::Once' ); - use_ok( 'App::Rgit::Config' ); - use_ok( 'App::Rgit::Config::Default' ); - use_ok( 'App::Rgit::Policy' ); - use_ok( 'App::Rgit::Policy::Default' ); - use_ok( 'App::Rgit::Policy::Interactive' ); - use_ok( 'App::Rgit::Policy::Keep' ); - use_ok( 'App::Rgit::Repository' ); - use_ok( 'App::Rgit::Utils' ); + use_ok( 'App::Rgit' ); + use_ok( 'App::Rgit::Command' ); + use_ok( 'App::Rgit::Command::Each' ); + use_ok( 'App::Rgit::Command::Once' ); + use_ok( 'App::Rgit::Config' ); + use_ok( 'App::Rgit::Config::Default' ); + use_ok( 'App::Rgit::Guard' ); + use_ok( 'App::Rgit::Policy' ); + use_ok( 'App::Rgit::Policy::Default' ); + use_ok( 'App::Rgit::Policy::Interactive' ); + use_ok( 'App::Rgit::Policy::Keep' ); + use_ok( 'App::Rgit::Repository' ); + use_ok( 'App::Rgit::Utils' ); } diag( "Testing App::Rgit $App::Rgit::VERSION, Perl $], $^X" );