move drivers to better namespace
[catagits/catbook-code.git] / t / model_Translator.t
CommitLineData
2e909c0d 1use strict;
2use warnings;
3use Test::More tests => 1;
4
5BEGIN { use_ok 'LolCatalyst::Lite::Model::Translator' }
6