summaryrefslogtreecommitdiffstats
path: root/t/000-load.t
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-01-31 18:15:40 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-01-31 18:15:40 -0500
commit6715794690afdd05f6145165bc2e6e851eb30fb8 (patch)
tree357702906b4f7c8622cef4cc54e51e13ea8691fe /t/000-load.t
parenta67b45637a95c463661b777d2a4cc0608b5c298a (diff)
downloadgames-word-6715794690afdd05f6145165bc2e6e851eb30fb8.tar.gz
games-word-6715794690afdd05f6145165bc2e6e851eb30fb8.zip
update the tests for the wordlist object
Diffstat (limited to 't/000-load.t')
-rw-r--r--t/000-load.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/000-load.t b/t/000-load.t
index 6cafcf3..6da1ee9 100644
--- a/t/000-load.t
+++ b/t/000-load.t
@@ -1,7 +1,8 @@
#!perl -T
use strict;
use warnings;
-use Test::More tests => 1;
+use Test::More tests => 2;
use_ok 'Games::Word';
+use_ok 'Games::Word::Wordlist';