irc is bad for productivity
[gitmo/MooseX-Object-Pluggable.git] / t / 01-basic.t
index 1701d6a..4687e91 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 use Test::More;
 use lib 't/lib';
 
-plan tests => 20;
+plan tests => 19;
 
 use_ok('TestApp');
 
@@ -15,7 +15,7 @@ is($app->_role_from_plugin('+'.$_), $_)
     for(qw/MyPrettyPlugin My::Pretty::Plugin/);
 
 is($app->_role_from_plugin($_), 'TestApp::Plugin::'.$_)
-    for(qw/MyPrettyPlugin My::Pretty::Plugin/);
+    for(qw/Foo/);
 
 is( $app->foo, "original foo", 'original foo value');
 is( $app->bar, "original bar", 'original bar value');