From: Karen Etheridge Date: Tue, 5 Feb 2013 17:28:00 +0000 (-0800) Subject: can use the same enclosing block for all these tests X-Git-Tag: v0.53~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=61f5803e6d7c23dd838ce9acbeaf7d51afb257d4;p=gitmo%2FMooseX-Getopt.git can use the same enclosing block for all these tests --- diff --git a/t/008_configfromfile.t b/t/008_configfromfile.t index 7cf5887..521439f 100644 --- a/t/008_configfromfile.t +++ b/t/008_configfromfile.t @@ -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;