X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04-user_class.t;h=d0601fedb5981d19bee4b40ad4778dd5a81d3211;hb=12860db9dba83c10f00d7cbbe0a70670ae3b2494;hp=a5aadc4202eb9888039ab26c12cb5c048c3465d3;hpb=e6f558aafe4b1156d7823193a1659bef559d185c;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/t/04-user_class.t b/t/04-user_class.t index a5aadc4..d0601fe 100644 --- a/t/04-user_class.t +++ b/t/04-user_class.t @@ -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");