From de2a9d18a5847439b40adfc0cc4c75e6cbf6262d Mon Sep 17 00:00:00 2001
From: Danilo Sousa <dsgoncalves@uoldiveo.com>
Date: Wed, 20 Jul 2016 07:00:31 -0300
Subject: fixed the #fetch and #verions web problems

apart from the refactorings, now the node path its correct even
when groups are used
---
 spec/input/ssh_spec.rb | 1 +
 1 file changed, 1 insertion(+)

(limited to 'spec/input')

diff --git a/spec/input/ssh_spec.rb b/spec/input/ssh_spec.rb
index 2550d5c..d86ffa0 100644
--- a/spec/input/ssh_spec.rb
+++ b/spec/input/ssh_spec.rb
@@ -5,6 +5,7 @@ describe Oxidized::SSH do
   before(:each) do
     Oxidized.asetus = Asetus.new
     Oxidized.setup_logger
+    Oxidized::Node.any_instance.stubs(:resolve_repo)
     Oxidized::Node.any_instance.stubs(:resolve_input)
     Oxidized::Node.any_instance.stubs(:resolve_output)
     @node = Oxidized::Node.new(name: 'example.com',
-- 
cgit v1.2.3