remerge into trunk
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / 52-json.t
diff --git a/t/52-json.t b/t/52-json.t
deleted file mode 100644 (file)
index 2481d05..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-use Test::More tests => 2;\r
-\r
-use Catalyst::Plugin::ConfigLoader::JSON;\r
-\r
-my $config = eval { Catalyst::Plugin::ConfigLoader::JSON->load( 't/conf/conf.json' ) };\r
-\r
-SKIP: {\r
-    skip "Couldn't Load JSON plugin", 2 if $@;\r
-    ok( $config );\r
-    is( $config->{ name }, 'TestApp' );\r
-}\r