Skip to content

Commit

Permalink
Merge pull request #1 from wk/pr-1175
Browse files Browse the repository at this point in the history
confucious say: man who rebases broken test of another simply shifting blame
  • Loading branch information
laf authored Apr 27, 2018
2 parents 7701ee6 + b9be4d5 commit 90e1c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/input/ssh_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
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)
Expand Down

0 comments on commit 90e1c91

Please sign in to comment.