need to fix create_files.t to pass (no tests currently being run)
[catagits/Catalyst-Devel.git] / t / create_files.t
1 use strict;
2 use warnings;
3
4 use FindBin qw/$Bin/;
5
6 use Test::More tests => 0;
7
8 use Catalyst::Helper;
9
10 my $helper = Catalyst::Helper->new;
11
12