more files needed to create the dists, and tests
[p5sagit/Config-Any.git] / t / 50-general.t
diff --git a/t/50-general.t b/t/50-general.t
new file mode 100644 (file)
index 0000000..cf334cb
--- /dev/null
@@ -0,0 +1,11 @@
+use Test::More tests => 2;\r
+\r
+use Config::Any::General;\r
+\r
+my $config = eval { Config::Any::General->load( 't/conf/conf.conf' ) };\r
+\r
+SKIP: {\r
+    skip "Couldn't Load Config::General plugin", 2 if $@;\r
+    ok( $config );\r
+    is( $config->{ name }, 'TestApp' );\r
+}\r