Remove redundant be_symlink assertion - #499
Conversation
|
|
8821bb3 to
c912101
Compare
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughA single assertion is removed from the systemd-binfmt.service specification in the Warden stemcell tests. The assertion checking that the service file is a symlink is deleted, while the existing check that it is linked to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Thanks! |
Remove redundant be_symlink assertion in warden stemcell spec since be_linked_to already asserts the symlink target and ShelloutTypes::File does not implement #symlink?. This avoids calling a missing predicate and fixes CI failures.\n\nIf we prefer the more explicit assertion, we can instead implement ShelloutTypes::File#symlink? in a follow-up change.