]> ruin.nu Git - ndwebbie.git/blobdiff - t/controller_Calls.t
Remove most of def calls
[ndwebbie.git] / t / controller_Calls.t
diff --git a/t/controller_Calls.t b/t/controller_Calls.t
deleted file mode 100644 (file)
index 191dba0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-use strict;
-use warnings;
-use Test::More tests => 3;
-
-BEGIN { use_ok 'Catalyst::Test', 'NDWeb' }
-BEGIN { use_ok 'NDWeb::Controller::Calls' }
-
-ok( request('/calls')->is_success, 'Request should succeed' );
-
-