remove useless test
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / t / 01use.t
diff --git a/t/01use.t b/t/01use.t
deleted file mode 100644 (file)
index dd9d90c..0000000
--- a/t/01use.t
+++ /dev/null
@@ -1,4 +0,0 @@
-use strict;
-use Test::More tests => 1;
-
-BEGIN { use_ok('Catalyst::Plugin::Session::State::Cookie') }