mass renaming, including removing MethodProviders from the Trait namespace
[gitmo/Moose.git] / t / 070_native_traits / 203_trait_hash.t
similarity index 98%
rename from t/070_attribute_traits/203_trait_hash.t
rename to t/070_native_traits/203_trait_hash.t
index ed4066f..392a27d 100644 (file)
@@ -141,7 +141,7 @@ dies_ok {
 ## test the meta
 
 my $options = $stuff->meta->get_attribute('options');
-does_ok( $options, 'Moose::Meta::Attribute::Trait::Native::Hash' );
+does_ok( $options, 'Moose::Meta::Attribute::Native::Trait::Hash' );
 
 is_deeply(
     $options->handles,