added role self_check and self_check_any to User store
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / t / 03-authtest.t
index 0ecdc8f..bd0a149 100644 (file)
@@ -13,10 +13,6 @@ BEGIN {
         or plan skip_all =>
         "DBD::SQLite is required for this test";
 
-    eval { require DBIx::Class }
-        or plan skip_all =>
-        "DBIx::Class is required for this test";
-
     plan tests => 19;
 
     use TestApp;