remove useless load test
[gitmo/Role-Tiny.git] / t / role-basic-00-load.t
diff --git a/t/role-basic-00-load.t b/t/role-basic-00-load.t
deleted file mode 100644 (file)
index bfcb321..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-use Test::More tests => 1;
-
-BEGIN {
-    use_ok( 'Role::Tiny' ) || BAIL_OUT "Could not load Role::Tiny: $!";
-}
-
-diag( "Testing Role::Tiny $Role::Tiny::VERSION, Perl $], $^X" );