can use the same enclosing block for all these tests
Karen Etheridge [Tue, 5 Feb 2013 17:28:00 +0000 (09:28 -0800)]
t/008_configfromfile.t

index 7cf5887..521439f 100644 (file)
@@ -98,11 +98,6 @@ use Test::NoWarnings 1.04 ':early';
         is( $app->configfile, path('/notused/default'),
             '... configfile is /notused/default as expected' );
     }
-}
-
-# No config specified
-{
-    local @ARGV = qw( --required_from_argv 1 );
 
     {
         my $app = App::DefaultConfigFileCodeRef->new_with_options;