diff options
author | Elvin Efendi <elvin.efendiyev@gmail.com> | 2016-06-02 23:53:29 +0200 |
---|---|---|
committer | Elvin Efendi <elvin.efendiyev@gmail.com> | 2016-06-02 23:53:29 +0200 |
commit | aef81bd14989797d26d349fdf1a517045f5af33c (patch) | |
tree | db194c27c1fa4c8542a048e4afd8dcb0793acb27 /spec/input/ssh_spec.rb | |
parent | 779f20dd18a361b5bde51f3f11c6d048efe100a0 (diff) | |
parent | 64bdbeb673a8ab7155478ee5e0d1d58c1631a9d3 (diff) |
Merge pull request #25 from Shopify/debug-statements
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', |