projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c921eb0
)
Fix a script's test count
Shawn M Moore [Fri, 16 May 2008 16:16:48 +0000 (16:16 +0000)]
t/020_attributes/020_trigger_and_coerce.t
patch
|
blob
|
blame
|
history
diff --git
a/t/020_attributes/020_trigger_and_coerce.t
b/t/020_attributes/020_trigger_and_coerce.t
index
73de6de
..
712cacf
100644
(file)
--- a/
t/020_attributes/020_trigger_and_coerce.t
+++ b/
t/020_attributes/020_trigger_and_coerce.t
@@
-3,7
+3,7
@@
use strict;
use warnings;
-use Test::More tests => 9;
+use Test::More tests => 12;
use Test::Exception;
BEGIN {
@@
-56,8
+56,3
@@
ok(Mortgage->meta->is_immutable, '... Mortgage is now immutable');
isa_ok($mtg->closing_date, 'Fake::DateTime');
}
-
-
-
-
-