A few fixes to get the JSON test working.
[catagits/Gitalist.git] / t / scripts.t
1 use FindBin qw/$Bin/;
2 BEGIN { do "$FindBin::Bin/../script/env" or die $@ }
3
4 use strict;
5 use warnings;
6 use Test::More;
7
8 use_ok('Gitalist::Script::CGI');
9 use_ok('Gitalist::Script::Server');
10 use_ok('Gitalist::Script::FastCGI');
11
12 # FIXME - Test the script role.
13
14 done_testing;
15