don't skip tests that don't need Catalyst::Model::LDAP
[catagits/Catalyst-Authentication-Store-LDAP.git] / t / 04-user_class.t
index a5aadc4..d0601fe 100644 (file)
@@ -9,9 +9,6 @@ use LDAPTest;
 use Storable qw/ freeze /;
 use Test::Exception;
 
-eval "use Catalyst::Model::LDAP";
-plan skip_all => "Catalyst::Model::LDAP not installed" if $@;
-
 my $server = LDAPTest::spawn_server();
 
 use_ok("Catalyst::Authentication::Store::LDAP::Backend");