Add tests which should fail, but don't.
[catagits/Catalyst-Action-REST.git] / t / xml-simple.t
index ccc9c00..3422e78 100644 (file)
@@ -1,8 +1,7 @@
 use strict;
 use warnings;
-use Test::More qw(no_plan);
+use Test::More tests => 5;
 use FindBin;
-use Data::Dump qw(dump);
 
 use lib ("$FindBin::Bin/lib", "$FindBin::Bin/../lib");
 use Test::Rest;