commit changes before switch to new zoom API
[catagits/App-IdiotBox.git] / t / show / front_page.t
index f7c67b3..623b0bf 100644 (file)
@@ -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 {