]> Dogcows Code - chaz/chatty/blob - t/view_JSON.t
use a json view instead of writing json directly
[chaz/chatty] / t / view_JSON.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5
6 BEGIN { use_ok 'Chatty::View::JSON' }
7
8 done_testing();
This page took 0.030375 seconds and 4 git commands to generate.