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