summaryrefslogtreecommitdiff
path: root/spec/nodes_spec.rb
diff options
context:
space:
mode:
authorDanilo Sousa <dsgoncalves@uoldiveo.com>2016-07-20 07:00:31 -0300
committerDanilo Sousa <dsgoncalves@uoldiveo.com>2016-07-20 10:32:59 -0300
commitde2a9d18a5847439b40adfc0cc4c75e6cbf6262d (patch)
tree5cda65dc6210c89a4d85518c1c55e42034f8807d /spec/nodes_spec.rb
parent3310af0e9017eb7ea16ae19a98929ec5541890bf (diff)
fixed the #fetch and #verions web problems
apart from the refactorings, now the node path its correct even when groups are used
Diffstat (limited to 'spec/nodes_spec.rb')
-rw-r--r--spec/nodes_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/nodes_spec.rb b/spec/nodes_spec.rb
index 4560bdb..6fa4b41 100644
--- a/spec/nodes_spec.rb
+++ b/spec/nodes_spec.rb
@@ -15,6 +15,7 @@ describe Oxidized::Nodes do
prompt: 'test_prompt'
}
+ Oxidized::Node.any_instance.stubs(:resolve_repo)
Oxidized::Node.any_instance.stubs(:resolve_output)
@nodes_org = %w(ltt-pe1.hel kes2-rr1.tku tor-peer1.oul
hal-p2.tre sav-gr1-sw1.kuo psl-sec-pe1.hel).map { |e| Oxidized::Node.new(opts.merge(name: e)) }