]> Dogcows Code - chaz/graphql-client/blob - xt/author/no-tabs.t
68ac37ba75ed0ce99828a4fe01abc094f5ea2083
[chaz/graphql-client] / xt / author / no-tabs.t
1 use strict;
2 use warnings;
3
4 # this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
5
6 use Test::More 0.88;
7 use Test::NoTabs;
8
9 my @files = (
10 'bin/graphql',
11 'lib/GraphQL/Client.pm',
12 'lib/GraphQL/Client/CLI.pm',
13 'lib/GraphQL/Client/http.pm',
14 'lib/GraphQL/Client/https.pm',
15 't/00-compile.t',
16 't/00-report-prereqs.dd',
17 't/00-report-prereqs.t',
18 't/cli.t',
19 't/client.t',
20 't/http.t',
21 't/https.t',
22 't/lib/MockTransport.pm',
23 't/lib/MockUA.pm',
24 'xt/author/clean-namespaces.t',
25 'xt/author/critic.t',
26 'xt/author/eol.t',
27 'xt/author/minimum-version.t',
28 'xt/author/no-tabs.t',
29 'xt/author/pod-coverage.t',
30 'xt/author/pod-syntax.t',
31 'xt/author/portability.t',
32 'xt/release/consistent-version.t',
33 'xt/release/cpan-changes.t',
34 'xt/release/distmeta.t'
35 );
36
37 notabs_ok($_) foreach @files;
38 done_testing;
This page took 0.032615 seconds and 3 git commands to generate.