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