diff options
author | Wild Kat <wk@futureinquestion.net> | 2018-04-27 13:00:48 +0200 |
---|---|---|
committer | Wild Kat <wk@futureinquestion.net> | 2018-04-27 13:07:37 +0200 |
commit | 91caa88b868decb8e063e95cfe63100dd990d2e7 (patch) | |
tree | ab95faff9fe9565248af606ef44c3d6c6182ec98 /spec/input/ssh_spec.rb | |
parent | f0ec4a01cb44f7fb9af3203f689610beab65f000 (diff) |
confucious say: man who rebases broken test of another simply shifting blame
Diffstat (limited to 'spec/input/ssh_spec.rb')
-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 9e08cea..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', 'keyboard-interactive']) + auth_methods: %w[none publickey password]) ssh.instance_variable_set("@exec", true) ssh.connect(@node) |