X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fshredder%2F03plugin_summary.t;h=7da8bb4547fa86bdf5ac55e04e09813ede00e2f8;hb=dd003d59f56742f9374cec309ad81d527e88c846;hp=2744531db50a7c492b3e0fb977382693641dc18b;hpb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7;p=freeside.git diff --git a/rt/t/shredder/03plugin_summary.t b/rt/t/shredder/03plugin_summary.t index 2744531db..7da8bb454 100644 --- a/rt/t/shredder/03plugin_summary.t +++ b/rt/t/shredder/03plugin_summary.t @@ -1,18 +1,8 @@ -#!/usr/bin/perl -w use strict; use warnings; -use Test::Deep; -use File::Spec; -use Test::More tests => 4; -use RT::Test nodb => 1; -BEGIN { - my $shredder_utils = RT::Test::get_relocatable_file('utils.pl', - File::Spec->curdir()); - require $shredder_utils; -} - +use RT::Test::Shredder nodb => 1, tests => 4; use_ok('RT::Shredder::Plugin'); my $plugin_obj = RT::Shredder::Plugin->new;