Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 020_attributes / 001_attribute_reader_generation.t
index aaced4b..dc15fe4 100644 (file)
@@ -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" );