Update tradition name in directory as soon as it is changed. Fixes #35
[scpubgit/stemmaweb.git] / t / view_JSON.t
CommitLineData
b8a92065 1use strict;
2use warnings;
3use Test::More;
4
5
6BEGIN { use_ok 'stemmaweb::View::JSON' }
7
8done_testing();