summaryrefslogtreecommitdiff
path: root/xt/release/no-tabs.t
diff options
context:
space:
mode:
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;