summaryrefslogtreecommitdiffstats
path: root/t/01-basic.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-21 02:00:06 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-21 02:00:06 -0600
commit0a7125e470e2067f75faf81f7e1890bc402e5e98 (patch)
treea6dd03e113cf77e50096307615f6225b0fc8c4b4 /t/01-basic.t
parent06f919c57dfc917e50e6858100cfbe3a1b57a1be (diff)
downloadbread-board-declare-0a7125e470e2067f75faf81f7e1890bc402e5e98.tar.gz
bread-board-declare-0a7125e470e2067f75faf81f7e1890bc402e5e98.zip
test for mop stuff
Diffstat (limited to 't/01-basic.t')
-rw-r--r--t/01-basic.t1
1 files changed, 1 insertions, 0 deletions
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");