Summary
In bosh-stemcell/spec/stemcells/cloudstack_spec.rb, the RSpec context string "installed by bosh_disable_password_authentication" does not match the actual implementation location (stemcell_builder/stages/base_ssh/apply.sh). This mismatch can cause confusion when running specs or debugging failures.
Suggested change
- context "installed by bosh_disable_password_authentication" do
+ context "installed by base_ssh" do
References
Requested by @aramprice — deferred from PR #543 (adding standardrb) to be addressed separately.
Summary
In
bosh-stemcell/spec/stemcells/cloudstack_spec.rb, the RSpec context string"installed by bosh_disable_password_authentication"does not match the actual implementation location (stemcell_builder/stages/base_ssh/apply.sh). This mismatch can cause confusion when running specs or debugging failures.Suggested change
References
Requested by @aramprice — deferred from PR #543 (adding standardrb) to be addressed separately.