add more robust download functionality; convert to new API in Stexaminer::graphsvg
[scpubgit/stemmaweb.git] / t / view_CSV.t
diff --git a/t/view_CSV.t b/t/view_CSV.t
new file mode 100644 (file)
index 0000000..75e00bf
--- /dev/null
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+use Test::More;
+
+
+BEGIN { use_ok 'stemmaweb::View::CSV' }
+
+done_testing();