Commit a basic use test and skip all the tests which require an ActiveMQ instance...
[catagits/Catalyst-Engine-STOMP.git] / t / 00_use.t
1 use strict;
2 use warnings;
3
4 use Test::More tests => 1;
5 use_ok 'Catalyst::Engine::Stomp';
6