Skip to content

Commit

Permalink
remove unused stuff from test
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Jan 14, 2012
1 parent 735e67e commit 1f58ccf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions t/edit/node.t
Expand Up @@ -16,10 +16,6 @@ use Capture::Tiny qw/capture/; # until App::Cmd::Tester::CaptureExtended
#--------------------------------------------------------------------------#-

my $empty = {
default => {},
override => {},
normal => {},
automatic => {},
run_list => [],
};

Expand All @@ -37,7 +33,7 @@ my $empty = {

local $ENV{VISUAL} = local $ENV{EDITOR} = "echo";
my $node_file = 'environments/_default/foo.example.com.json';

my ($stdout, $stderr) = capture {
$result = test_app( 'Pantry::App' => [qw(edit node foo.example.com)] );
};
Expand Down

0 comments on commit 1f58ccf

Please sign in to comment.