2014-03-22 21:51:10 +00:00
|
|
|
--- xt/release/no-tabs.t
|
|
|
|
+++ xt/release/no-tabs.t
|
|
|
|
@@ -3,7 +3,7 @@ use warnings;
|
|
|
|
|
2014-04-29 22:31:26 +00:00
|
|
|
# this test was generated with Dist::Zilla::Plugin::NoTabsTests 0.07
|
2014-03-22 21:51:10 +00:00
|
|
|
|
|
|
|
-use Test::More 0.88;
|
2014-04-29 22:31:26 +00:00
|
|
|
+use Test::More;
|
2014-03-22 21:51:10 +00:00
|
|
|
use Test::NoTabs;
|
|
|
|
|
|
|
|
my @files = (
|
2014-04-29 22:31:26 +00:00
|
|
|
@@ -21,5 +21,6 @@ my @files = (
|
|
|
|
't/when.t'
|
2014-03-22 21:51:10 +00:00
|
|
|
);
|
|
|
|
|
2014-04-29 22:31:26 +00:00
|
|
|
+plan tests => scalar @files;
|
|
|
|
+
|
2014-03-22 21:51:10 +00:00
|
|
|
notabs_ok($_) foreach @files;
|
|
|
|
-done_testing;
|