summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Lathwood <gh+n@laf.io>2018-04-27 12:18:14 +0100
committerGitHub <noreply@github.com>2018-04-27 12:18:14 +0100
commit90e1c91ae52ecbcc5b733f166e110faf9b698687 (patch)
treeab95faff9fe9565248af606ef44c3d6c6182ec98
parent7701ee6ba338348acce08c8fc941244b909842cf (diff)
parentb9be4d50e93969fff8b86494f41bfd46bcb7b43e (diff)
Merge pull request #1 from wk/pr-1175
confucious say: man who rebases broken test of another simply shifting blame
-rw-r--r--spec/input/ssh_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/input/ssh_spec.rb b/spec/input/ssh_spec.rb
index 3f86c08..3c33cd8 100644
--- a/spec/input/ssh_spec.rb
+++ b/spec/input/ssh_spec.rb
@@ -34,7 +34,7 @@ describe Oxidized::SSH do
proxy: proxy,
password: 'armud',
number_of_password_prompts: 0,
- auth_methods: ['none', 'publickey', 'password'])
+ auth_methods: %w[none publickey password])
ssh.instance_variable_set("@exec", true)
ssh.connect(@node)