removed NEXT stuff
[catagits/Catalyst-Plugin-ConfigLoader-Environment.git] / t / 01-live.t
index 7214660..af88fd5 100644 (file)
@@ -48,6 +48,7 @@ my $model_attributes = eval $r->content;
 is_deeply($model_attributes,
           {
               foo => 'bar', # From __PACKAGE__ default config
-              bar => 'baz', # Merged from my environment hash
+              bar => 'baz', # Merged from my environment hash,
+              catalyst_component_name => 'TestApp::Model::TestModel',
           },
           'JSON for top-level :: param with hash merge');