Imported Upstream version 1.1.2
[tails-persistence-setup.git] / t / author-no-tabs.t
blob283e846146fd0c0604bb889598c24323191069a9
2 BEGIN {
3   unless ($ENV{AUTHOR_TESTING}) {
4     require Test::More;
5     Test::More::plan(skip_all => 'these tests are for testing by the author');
6   }
9 use strict;
10 use warnings;
12 # this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
14 use Test::More 0.88;
15 use Test::NoTabs;
17 my @files = (
18     'bin/tails-fix-persistent-volume-permissions',
19     'bin/tails-persistence-setup',
20     'lib/Tails/Persistence.pm',
21     'lib/Tails/Persistence/Configuration.pm',
22     'lib/Tails/Persistence/Configuration/Atom.pm',
23     'lib/Tails/Persistence/Configuration/Button.pm',
24     'lib/Tails/Persistence/Configuration/File.pm',
25     'lib/Tails/Persistence/Configuration/Line.pm',
26     'lib/Tails/Persistence/Configuration/Presets.pm',
27     'lib/Tails/Persistence/Constants.pm',
28     'lib/Tails/Persistence/Role/ConfigurationLine.pm',
29     'lib/Tails/Persistence/Role/HasStatusArea.pm',
30     'lib/Tails/Persistence/Role/SetupStep.pm',
31     'lib/Tails/Persistence/Role/StatusArea.pm',
32     'lib/Tails/Persistence/Setup.pm',
33     'lib/Tails/Persistence/Step/Bootstrap.pm',
34     'lib/Tails/Persistence/Step/Configure.pm',
35     'lib/Tails/Persistence/Step/Delete.pm',
36     'lib/Tails/Persistence/Utils.pm',
37     't/00-load_all.t',
38     't/10-features.t',
39     't/author-critic.t',
40     't/author-no-tabs.t',
41     't/author-pod-syntax.t',
42     't/specs/Configuration.t',
43     't/specs/Configuration::Atom.t',
44     't/specs/Configuration::Line.t',
45     't/specs/Configuration::Presets.t',
46     't/specs/Utils.t'
49 notabs_ok($_) foreach @files;
50 done_testing;