Details
Description
I'm writing specs for a knife plugin, and one of them failed with the error:
Failure/Error: Chef::Knife::LinodeServerCreate.load_deps
NameError:
uninitialized constant Chef::Knife::Ssh
I'll issue a pull request to fix this shortly. It just involves requiring chef/knife/ssh before calling Chef::Knife::Ssh.load_deps.
Pull request issued: https://github.com/opscode/chef/pull/302