From 0a7125e470e2067f75faf81f7e1890bc402e5e98 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 21 Feb 2011 02:00:06 -0600 Subject: test for mop stuff --- t/01-basic.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/01-basic.t') diff --git a/t/01-basic.t b/t/01-basic.t index c59a429..38590df 100644 --- a/t/01-basic.t +++ b/t/01-basic.t @@ -44,6 +44,7 @@ with_immutable { $i = 0; { my $foo = Foo->new; + isa_ok($foo, 'Bread::Board::Container'); ok($foo->has_service($_), "has service $_") for qw(bar baz quux); ok(!$foo->has_service('foo'), "doesn't have service foo"); -- cgit v1.2.3