X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fshow%2Ffront_page.t;fp=t%2Fshow%2Ffront_page.t;h=623b0bf54141d49fc63643719f4bcc609b951863;hb=71a02d85ebece24abbc547892dd252836cf1bf6d;hp=f7c67b3ae6aa1ebe77f6f2263b9eac746c62c84b;hpb=d9702c6d2c59be57383275e22cbc7c8b11c54ba6;p=catagits%2FApp-IdiotBox.git diff --git a/t/show/front_page.t b/t/show/front_page.t index f7c67b3..623b0bf 100644 --- a/t/show/front_page.t +++ b/t/show/front_page.t @@ -5,8 +5,14 @@ use Test::More; use App::IdiotBox; use Data::Perl::Collection::Set; +BEGIN { $INC{"App/IdiotBox/Store/Test.pm"} = __FILE__ } + +sub App::IdiotBox::Store::Test::bind {} + my $idiotbox = App::IdiotBox->new({ - config => { template_dir => 'share/html' } + config => { + store => 'Test' + } }); my $ann = do {