X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F08helper.t;fp=t%2F08helper.t;h=09ae5ebdfa1369faf6cb4ccb396d159bf7e00702;hb=632e5da3fb9a368db7dbf2be9c1f33a36f6ba9fa;hp=0c8afd3e6543596ca963f7a2747adaad6d091a08;hpb=726daa55ab1a08d8faffa58a4350359d9a8126db;p=catagits%2FCatalyst-Model-DBIC-Schema.git diff --git a/t/08helper.t b/t/08helper.t index 0c8afd3..09ae5eb 100644 --- a/t/08helper.t +++ b/t/08helper.t @@ -8,8 +8,7 @@ use Test::More; use Test::Exception; use Catalyst::Helper::Model::DBIC::Schema; use Storable 'dclone'; -eval "use Catalyst::Helper"; -plan skip_all => 'Catalyst::Helper required for tests' if $@; +use Test::Requires qw(Catalyst::Helper DBIx::Class::Schema::Loader); my $helper = Catalyst::Helper->new; $helper->{base} = $Bin;