diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-12-20 15:52:22 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-12-20 15:52:22 +0100 |
| commit | abcc81f7501ac86b528aa5cdabcea26a0049cc27 (patch) | |
| tree | 1d78c0cb23713aefd655489f18bfb060f1b2ad05 /t/02_fail.t | |
| parent | remove and update some tests (diff) | |
| download | net-http-api-abcc81f7501ac86b528aa5cdabcea26a0049cc27.tar.gz | |
remove and update some tests
Diffstat (limited to '')
| -rw-r--r-- | t/02_fail.t | 13 |
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; |
