]> Dogcows Code - chaz/graphql-client/blob - xt/author/no-tabs.t
Version 0.600
[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/http.pm',
13 'lib/GraphQL/Client/https.pm',
14 't/00-compile.t',
15 't/00-report-prereqs.dd',
16 't/00-report-prereqs.t',
17 't/client.t',
18 't/http.t',
19 't/https.t',
20 't/lib/MockTransport.pm',
21 't/lib/MockUA.pm',
22 'xt/author/clean-namespaces.t',
23 'xt/author/critic.t',
24 'xt/author/eol.t',
25 'xt/author/minimum-version.t',
26 'xt/author/no-tabs.t',
27 'xt/author/pod-coverage.t',
28 'xt/author/pod-syntax.t',
29 'xt/author/portability.t',
30 'xt/release/consistent-version.t',
31 'xt/release/cpan-changes.t',
32 'xt/release/distmeta.t'
33 );
34
35 notabs_ok($_) foreach @files;
36 done_testing;
This page took 0.032877 seconds and 4 git commands to generate.