6 use Test
::More
'tests' => 2;
14 my $db = NewDB
->new();
25 $u->load( i18n
=> 'en' );
26 is_deeply
( $u->available_translations, [] );
28 $u->i18n->signature( 'hello2' );
30 is_deeply
( $u->available_translations, [ 'ru' ] );
32 $u->delete( cascade
=> 1 );