Fix starting test server
[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