more tests and tweaks
[gitmo/MooseX-AttributeHelpers.git] / t / 002_basic_array.t
similarity index 97%
rename from t/002_basic_collection.t
rename to t/002_basic_array.t
index 4b3eddd..0679576 100644 (file)
@@ -104,4 +104,4 @@ is_deeply($options->provides, {
     'empty'   => 'has_options',    
 }, '... got the right provies mapping');
 
-
+is($options->container_type, 'Int', '... got the right container type');