DBIC::Schema - add tests for helper
[catagits/Catalyst-Model-DBIC-Schema.git] / t / lib / AnotherSchemaClass.pm
diff --git a/t/lib/AnotherSchemaClass.pm b/t/lib/AnotherSchemaClass.pm
new file mode 100644 (file)
index 0000000..7442a44
--- /dev/null
@@ -0,0 +1,7 @@
+package AnotherSchemaClass;
+
+use base 'DBIx::Class::Schema';
+
+__PACKAGE__->load_namespaces;
+
+1;