summaryrefslogtreecommitdiff
path: root/xt/release/no-tabs.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-04-03 14:57:29 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-04-03 14:57:29 +0000
commitdfaae12e4d85f7c6821ae4a9fbf7e463d570e7ba (patch)
tree6dcde6413d8dcd3d24b0251080c21c49fa5b81a6 /xt/release/no-tabs.t
downloadDist-CheckConflicts-tarball-master.tar.gz
Dist-CheckConflicts-0.11HEADDist-CheckConflicts-0.11master
Diffstat (limited to 'xt/release/no-tabs.t')
-rw-r--r--xt/release/no-tabs.t14
1 files changed, 14 insertions, 0 deletions
diff --git a/xt/release/no-tabs.t b/xt/release/no-tabs.t
new file mode 100644
index 0000000..9c46499
--- /dev/null
+++ b/xt/release/no-tabs.t
@@ -0,0 +1,14 @@
+use strict;
+use warnings;
+
+# this test was generated with Dist::Zilla::Plugin::NoTabsTests 0.06
+
+use Test::More 0.88;
+use Test::NoTabs;
+
+my @files = (
+ 'lib/Dist/CheckConflicts.pm'
+);
+
+notabs_ok($_) foreach @files;
+done_testing;