summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/000-load.t9
-rw-r--r--t/01-basic.t (renamed from t/001-basic.t)0
-rw-r--r--t/02-immutable.t (renamed from t/002-immutable.t)0
-rw-r--r--t/03-custom-constructor.t (renamed from t/003-custom-constructor.t)0
-rw-r--r--t/04-abstract-subclass.t (renamed from t/004-abstract-subclass.t)0
5 files changed, 0 insertions, 9 deletions
diff --git a/t/000-load.t b/t/000-load.t
deleted file mode 100644
index 2854494..0000000
--- a/t/000-load.t
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-use Test::More tests => 1;
-
-package Foo;
-use Moose;
-::use_ok('MooseX::ABC')
- or ::BAIL_OUT("couldn't load MooseX::ABC");
diff --git a/t/001-basic.t b/t/01-basic.t
index d5951d4..d5951d4 100644
--- a/t/001-basic.t
+++ b/t/01-basic.t
diff --git a/t/002-immutable.t b/t/02-immutable.t
index 66424da..66424da 100644
--- a/t/002-immutable.t
+++ b/t/02-immutable.t
diff --git a/t/003-custom-constructor.t b/t/03-custom-constructor.t
index cb12835..cb12835 100644
--- a/t/003-custom-constructor.t
+++ b/t/03-custom-constructor.t
diff --git a/t/004-abstract-subclass.t b/t/04-abstract-subclass.t
index 3542d07..3542d07 100644
--- a/t/004-abstract-subclass.t
+++ b/t/04-abstract-subclass.t