X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F001_attribute_reader_generation.t;h=dc15fe43d0ec96cdedb885b42762e999100ffb9c;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hp=aaced4b10576adc663f085bbaa1db56688f5568f;hpb=8845df4dd6432e3164d078ade741409061adae9f;p=gitmo%2FMouse.git diff --git a/t/020_attributes/001_attribute_reader_generation.t b/t/020_attributes/001_attribute_reader_generation.t index aaced4b..dc15fe4 100644 --- a/t/020_attributes/001_attribute_reader_generation.t +++ b/t/020_attributes/001_attribute_reader_generation.t @@ -1,13 +1,9 @@ #!/usr/bin/perl -# This is automatically generated by author/import-moose-test.pl. -# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! -use t::lib::MooseCompat; use strict; use warnings; use Test::More; -$TODO = q{Mouse is not yet completed}; use Test::Exception; @@ -71,6 +67,8 @@ use Test::Exception; ok( $attr->is_lazy, "it's lazy" ); + note 'skip Moose specific features'; + last; is( $attr->get_raw_value($foo), undef, "raw value" ); is( $attr->get_value($foo), 10, "lazy value" );