From 4074f2d6a9bcfb33f0da7933ac26c5df0d2f21f7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 5 Jul 2012 10:15:42 -0500 Subject: modernize, cleanup, etc --- t/021-is-word.t | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 t/021-is-word.t (limited to 't/021-is-word.t') diff --git a/t/021-is-word.t b/t/021-is-word.t deleted file mode 100644 index 2c6045f..0000000 --- a/t/021-is-word.t +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env perl -use strict; -use warnings; -use Test::More tests => 10; -use Test::Exception; -use Games::Word::Wordlist; - -my $wl = Games::Word::Wordlist->new(['foo', 'bar', 'baz']); -for (1..10) { - ok($wl->is_word($wl->random_word), - "testing checking to see if a random word from the word list is a word"); -} -- cgit v1.2.3-54-g00ecf