add test to check that traditions are taken away from the old Google OpenID user
[scpubgit/stemmaweb.git] / t / view_TT.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5
6 BEGIN { use_ok 'stemmaweb::View::TT' }
7
8 done_testing();