about summary refs log tree commit diff stats
path: root/t/00-basic.rakutest
diff options
context:
space:
mode:
Diffstat (limited to 't/00-basic.rakutest')
-rw-r--r--t/00-basic.rakutest6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/00-basic.rakutest b/t/00-basic.rakutest
new file mode 100644
index 0000000..ca3938b
--- /dev/null
+++ b/t/00-basic.rakutest
@@ -0,0 +1,6 @@
+use Test;
+
+plan 2;
+
+use-ok 'Taurus::CLI';
+use-ok 'Taurus::Seconds';