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