diff options
author | ytti <saku@ytti.fi> | 2016-06-03 09:23:52 +0300 |
---|---|---|
committer | ytti <saku@ytti.fi> | 2016-06-03 09:23:52 +0300 |
commit | 7fd44b27500d03c42ecc2e6868da796c87abd730 (patch) | |
tree | db194c27c1fa4c8542a048e4afd8dcb0793acb27 /spec/input/ssh_spec.rb | |
parent | 779f20dd18a361b5bde51f3f11c6d048efe100a0 (diff) | |
parent | aef81bd14989797d26d349fdf1a517045f5af33c (diff) |
Merge pull request #458 from Shopify/master
Debug statements
Diffstat (limited to 'spec/input/ssh_spec.rb')
-rw-r--r-- | spec/input/ssh_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/input/ssh_spec.rb b/spec/input/ssh_spec.rb index c4210f2..2550d5c 100644 --- a/spec/input/ssh_spec.rb +++ b/spec/input/ssh_spec.rb @@ -4,6 +4,7 @@ require 'oxidized/input/ssh' describe Oxidized::SSH do before(:each) do Oxidized.asetus = Asetus.new + Oxidized.setup_logger Oxidized::Node.any_instance.stubs(:resolve_input) Oxidized::Node.any_instance.stubs(:resolve_output) @node = Oxidized::Node.new(name: 'example.com', |