Skip to content

bosh-stemcell: rename RSpec context in cloudstack_spec.rb to match actual stage name #544

Description

@coderabbitai

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions