]> Dogcows Code - chaz/chatty/blobdiff - t/view_JSON.t
use a json view instead of writing json directly
[chaz/chatty] / t / view_JSON.t
diff --git a/t/view_JSON.t b/t/view_JSON.t
new file mode 100644 (file)
index 0000000..52b65e0
--- /dev/null
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+use Test::More;
+
+
+BEGIN { use_ok 'Chatty::View::JSON' }
+
+done_testing();
This page took 0.018782 seconds and 4 git commands to generate.