]> git.decadent.org.uk Git - maypole.git/blobdiff - t/01basics.t
accidentally committed view_options with /home directory
[maypole.git] / t / 01basics.t
index 2b1518dead6a4b6a2d34c9c766d65d83b14bd5d4..3a77f02cff97cff1d252118f91fcd9203f71c46d 100644 (file)
@@ -15,8 +15,6 @@ $ENV{MAYPOLE_TEMPLATES} = "t/templates";
 
 isa_ok( (bless {},"BeerDB") , "Maypole");
 
-BeerDB->config->view_options({COMPILE_DIR => '/home/simon/dev/maypole/compiled'});
-
 # Test the effect of trailing slash on config->uri_base and request URI
 (my $uri_base = BeerDB->config->uri_base) =~ s:/$::;
 BeerDB->config->uri_base($uri_base);