diff options
author | Wild Kat <wk@futureinquestion.net> | 2018-04-11 20:02:40 +0200 |
---|---|---|
committer | Wild Kat <wk@futureinquestion.net> | 2018-04-11 20:02:40 +0200 |
commit | fc32fd8d3bfc416996bfc9a33be0e28e359ea0d5 (patch) | |
tree | e46a719c1a7e0a5cf852b394d3c2a1df4720fd71 /spec/input | |
parent | a4bd3e5ca5ab747fdbf2bd876d7be7a947e74f46 (diff) | |
parent | 91deea2ef8a7ae5f9ed6b523b720f9cf2c3f33b9 (diff) |
Merge remote-tracking branch 'origin/master' into models-backflip
Diffstat (limited to 'spec/input')
-rw-r--r-- | spec/input/ssh_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/input/ssh_spec.rb b/spec/input/ssh_spec.rb index d86ffa0..7be9139 100644 --- a/spec/input/ssh_spec.rb +++ b/spec/input/ssh_spec.rb @@ -24,7 +24,7 @@ describe Oxidized::SSH do model = mock() model.expects(:cfg).returns({'ssh' => []}) - @node.expects(:model).returns(model) + @node.expects(:model).returns(model).at_least_once proxy = mock() Net::SSH::Proxy::Command.expects(:new).with("ssh test.com -W %h:%p").returns(proxy) |