updated pod + tests
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / 10-live_auto.t
index e497bff..e0be92f 100644 (file)
@@ -13,9 +13,9 @@ use Catalyst::Test 'TestApp';
     ok( $response = request('http://localhost/config/'), 'request ok' );\r
     is( $response->content, 'foo', 'config ok' );\r
 \r
-       $response = request('http://localhost/appconfig/cache');\r
-       ok( $response->content !~ /^__HOME__/, 'home dir substituted in config var' );\r
+    $response = request('http://localhost/appconfig/cache');\r
+    ok( $response->content !~ /^__HOME__/, 'home dir substituted in config var' );\r
 \r
-       $response = request('http://localhost/appconfig/foo');\r
-       is( $response->content, 'bar', 'app finalize_config works' );\r
+    $response = request('http://localhost/appconfig/foo');\r
+    is( $response->content, 'bar', 'app finalize_config works' );\r
 }\r