fix logic bug in build method; add convenience method
[scpubgit/stemmatology.git] / stemmaweb / t / model_Directory.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5
6 BEGIN { use_ok 'stemmaweb::Model::Directory' }
7
8 done_testing();