Refactoring to remove putting className into each test class. WIP.

This commit is contained in:
Colin Kuskie 2010-03-12 10:30:29 -08:00
parent 85121c586c
commit f7589e6237
47 changed files with 48 additions and 56 deletions

View file

@ -8,5 +8,5 @@
# http://www.plainblack.com info@plainblack.com
#-------------------------------------------------------------------
use Test::Class::Load qw/tests/;
use Test::Class::Load qw{tests/Test};
Test::Class->runtests;