about summary refs log tree commit diff
path: root/t/02_fail.t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-12-20 15:52:22 +0100
committerfranck cuny <franck@lumberjaph.net>2009-12-20 15:52:22 +0100
commitabcc81f7501ac86b528aa5cdabcea26a0049cc27 (patch)
tree1d78c0cb23713aefd655489f18bfb060f1b2ad05 /t/02_fail.t
parentremove and update some tests (diff)
downloadnet-http-api-abcc81f7501ac86b528aa5cdabcea26a0049cc27.tar.gz
remove and update some tests
Diffstat (limited to 't/02_fail.t')
-rw-r--r--t/02_fail.t13
1 files changed, 0 insertions, 13 deletions
diff --git a/t/02_fail.t b/t/02_fail.t
deleted file mode 100644
index f73cad9..0000000
--- a/t/02_fail.t
+++ /dev/null
@@ -1,13 +0,0 @@
-use strict;
-use warnings;
-use Test::More;
-use Test::Exception;
-use lib ('t/lib');
-
-dies_ok { require FakeAPIFail }
-"... can't declare a required param that have not been declared";
-
-dies_ok {require FakeAPIFail2 }
-"... can't declare a required param that have not been declared";
-
-done_testing;