make sure we do not run helper test if the helper feature is not installed
[catagits/Catalyst-Model-DBIC-Schema.git] / t / lib / ASchemaClass.pm
index 576e9d5..db1c6fc 100644 (file)
@@ -4,4 +4,7 @@ use base 'DBIx::Class::Schema';
 
 __PACKAGE__->load_classes;
 
+use Moose;
+has a_schema_option => (is => 'rw');
+
 1;