summaryrefslogtreecommitdiff
path: root/xt/author/no-tabs.t
blob: 05955634e12f79795128fc8e107008489c0c03f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.14

use Test::More 0.88;
use Test::NoTabs;

my @files = (
    'lib/File/Spec/Native.pm',
    't/00-compile.t',
    't/00-report-prereqs.dd',
    't/00-report-prereqs.t',
    't/native.t',
    't/path-class.t'
);

notabs_ok($_) foreach @files;
done_testing;