Incorporate use_ok tests into the test framework.
[gitmo/moose-presentations.git] / moose-class / exercises / t / 03-basic-attributes.t
index a8c12d3..b04182f 100644 (file)
@@ -38,7 +38,4 @@ use lib 't/lib';
 
 use MooseClass::Tests;
 
-use Person;
-use Employee;
-
 MooseClass::Tests::tests03();