mass renaming, including removing MethodProviders from the Trait namespace
[gitmo/Moose.git] / t / 070_native_traits / 205_trait_list.t
similarity index 98%
rename from t/070_attribute_traits/205_trait_list.t
rename to t/070_native_traits/205_trait_list.t
index bc53153..e2a0359 100644 (file)
@@ -111,7 +111,7 @@ is_deeply( [ $stuff->descending ], [ reverse 1 .. 10 ] );
 ## 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,