]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - t/00-load.t
Make sure we chdir to the original directory at the end of App::Rgit::Command::Each...
[perl/modules/rgit.git] / t / 00-load.t
index 4fac9643b3f7c5d20bbf1dccc6e867d7ee85ea9e..df9d02d8847c24f7c6e084ec12c281c4fbbde2ea 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 12;
+use Test::More tests => 13;
 
 BEGIN {
        use_ok( 'App::Rgit' );
@@ -12,6 +12,7 @@ BEGIN {
        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' );