deprecate schema proxying, release
[catagits/Catalyst-Model-DBIC-Schema.git] / t / 09schema_options.t
index 2f95fc7..d1e1c80 100644 (file)
@@ -21,6 +21,7 @@ is $m->schema->a_schema_option, 'pass the crack pipe', 'delegation works';
 
 sub instance {
     Catalyst::Model::DBIC::Schema->COMPONENT('MyApp', {
+        traits => 'SchemaProxy',
         schema_class => 'ASchemaClass',
         connect_info => ['dbi:SQLite:foo.db', '', ''],
         @_,