diff options
author | Neil Lathwood <gh+n@laf.io> | 2018-04-27 12:18:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-27 12:18:14 +0100 |
commit | 90e1c91ae52ecbcc5b733f166e110faf9b698687 (patch) | |
tree | ab95faff9fe9565248af606ef44c3d6c6182ec98 /spec | |
parent | 7701ee6ba338348acce08c8fc941244b909842cf (diff) | |
parent | b9be4d50e93969fff8b86494f41bfd46bcb7b43e (diff) |
Merge pull request #1 from wk/pr-1175
confucious say: man who rebases broken test of another simply shifting blame
Diffstat (limited to 'spec')
-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 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) |