]> ruin.nu Git - ndwebbie.git/blobdiff - t/controller_CovOp.t
Converted covop target list
[ndwebbie.git] / t / controller_CovOp.t
diff --git a/t/controller_CovOp.t b/t/controller_CovOp.t
new file mode 100644 (file)
index 0000000..f608b36
--- /dev/null
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+use Test::More tests => 3;
+
+BEGIN { use_ok 'Catalyst::Test', 'NDWeb' }
+BEGIN { use_ok 'NDWeb::Controller::CovOp' }
+
+ok( request('/covop')->is_success, 'Request should succeed' );
+
+