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.rakutest5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/00-basic.rakutest b/t/00-basic.rakutest
new file mode 100644
index 0000000..bcd096f
--- /dev/null
+++ b/t/00-basic.rakutest
@@ -0,0 +1,5 @@
+use Test;
+
+plan 1;
+
+use-ok 'Template::Nest::Fast';