Fix componentUI so that it compiles. Make a couple of the tests which don't work...
[catagits/Reaction.git] / t / lib / RTest / TestDB / Foo.pm
index a7e669c..d9bd736 100644 (file)
@@ -11,7 +11,7 @@ use Reaction::Types::Core qw/NonEmptySimpleStr/;
 has 'id' => (isa => Int, is => 'ro', required => 1);
 has 'first_name' => (isa => NonEmptySimpleStr, is => 'rw', required => 1);
 has 'last_name' => (isa => NonEmptySimpleStr, is => 'rw', required => 1);
-has 'bars' => (isa => ArrayRef );
+has 'bars' => (isa => ArrayRef, is => 'ro' );
 has 'bazes' =>
   (
    isa => ArrayRef,