Commit a basic use test and skip all the tests which require an ActiveMQ instance...
[catagits/Catalyst-Engine-STOMP.git] / t / 00_use.t
diff --git a/t/00_use.t b/t/00_use.t
new file mode 100644 (file)
index 0000000..add9001
--- /dev/null
@@ -0,0 +1,6 @@
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+use_ok 'Catalyst::Engine::Stomp';
+