summary refs log tree commit diff
path: root/t/001_base.t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-01 12:08:46 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-01 12:08:46 +0200
commitf033faed1c59ebeb36605232ce62f4043da22124 (patch)
treed63f9811c6a1ecf9193632c242b4a38740878a6b /t/001_base.t
downloaddancerdemo-f033faed1c59ebeb36605232ce62f4043da22124.tar.gz
initial import
Diffstat (limited to 't/001_base.t')
-rw-r--r--t/001_base.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/001_base.t b/t/001_base.t
new file mode 100644
index 0000000..cb10866
--- /dev/null
+++ b/t/001_base.t
@@ -0,0 +1,5 @@
+use Test::More tests => 1;
+use strict;
+use warnings;
+
+use_ok 'mywebapp';