X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=t%2F01basics.t;h=3a77f02cff97cff1d252118f91fcd9203f71c46d;hb=022b9e6b3f519f7e4041112b407b6769dedd7799;hp=2b1518dead6a4b6a2d34c9c766d65d83b14bd5d4;hpb=8617321ebf13ce6b63d41a65a003d153f2b5cc5e;p=maypole.git diff --git a/t/01basics.t b/t/01basics.t index 2b1518d..3a77f02 100644 --- a/t/01basics.t +++ b/t/01basics.t @@ -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);