projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
14cb82c
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/008_configfromfile.t
b/t/008_configfromfile.t
index
7cf5887
..
521439f
100644
(file)
--- 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;