]> Dogcows Code - chaz/vimcoder/blobdiff - t/01-basic.t
add basic tests
[chaz/vimcoder] / t / 01-basic.t
diff --git a/t/01-basic.t b/t/01-basic.t
new file mode 100644 (file)
index 0000000..1984637
--- /dev/null
@@ -0,0 +1,12 @@
+#!/usr/bin/env perl
+
+use warnings;
+use strict;
+
+use Test::More;
+
+# placeholder for tests to be added in the future... someday
+pass;
+
+done_testing;
+
This page took 0.017104 seconds and 4 git commands to generate.