initial external translator object and test
[catagits/catbook-code.git] / t / model_Translate.t
1 use strict;
2 use warnings;
3 use Test::More tests => 1;
4
5 BEGIN { use_ok 'LolCatalyst::Lite::Model::Translate' }
6