Version 1.017
[catagits/Catalyst-Authentication-Store-LDAP.git] / t / 10-roles-mock.t
index d7ec065..8f564db 100644 (file)
@@ -2,7 +2,6 @@
 
 use strict;
 use warnings;
-use Catalyst::Exception;
 
 use Test::More;
 use Test::MockObject::Extends;
@@ -10,9 +9,6 @@ use Test::Exception;
 use Net::LDAP::Entry;
 use lib 't/lib';
 
-eval "use Catalyst::Model::LDAP";
-plan skip_all => "Catalyst::Model::LDAP not installed" if $@;
-
 use_ok("Catalyst::Authentication::Store::LDAP::Backend");