mass renaming, including removing MethodProviders from the Trait namespace
[gitmo/Moose.git] / t / 070_native_traits / 202_trait_array.t
similarity index 99%
rename from t/070_attribute_traits/202_trait_array.t
rename to t/070_native_traits/202_trait_array.t
index c4309aa..3d41983 100644 (file)
@@ -243,7 +243,7 @@ dies_ok {
 ## test the meta
 
 my $options = $stuff->meta->get_attribute('options');
-does_ok( $options, 'Moose::Meta::Attribute::Trait::Native::Array' );
+does_ok( $options, 'Moose::Meta::Attribute::Native::Trait::Array' );
 
 is_deeply(
     $options->handles,