summaryrefslogtreecommitdiff
path: root/t/generate/self.t
diff options
context:
space:
mode:
Diffstat (limited to 't/generate/self.t')
-rwxr-xr-xt/generate/self.t9
1 files changed, 3 insertions, 6 deletions
diff --git a/t/generate/self.t b/t/generate/self.t
index b4ac0ea..352d0c2 100755
--- a/t/generate/self.t
+++ b/t/generate/self.t
@@ -2,7 +2,7 @@
#
# Test generated files against the files included in the package.
#
-# Copyright 2016, 2018 Russ Allbery <rra@cpan.org>
+# Copyright 2016, 2018-2019 Russ Allbery <rra@cpan.org>
#
# SPDX-License-Identifier: MIT
@@ -15,13 +15,10 @@ use lib 't/lib';
use File::Spec;
use Test::RRA qw(is_file_contents);
-use Test::More tests => 6;
+use Test::More tests => 5;
# Load the module.
-BEGIN {
- use_ok('App::DocKnot');
- use_ok('App::DocKnot::Generate');
-}
+BEGIN { use_ok('App::DocKnot::Generate') }
# Initialize the App::DocKnot object using the default metadata path.
my $docknot = App::DocKnot::Generate->new();