fix(shell): update test to match bun PATH reorder from #2008 - #2011
Conversation
|
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughUpdated a test assertion in spec/atuin_history_spec.sh to expect a reordered PATH: ChangesTest Assertion Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
There was a problem hiding this comment.
Code Review
This pull request updates a test case in spec/atuin_history_spec.sh to adjust the expected order of paths in the fish shell configuration, specifically placing $HOME/.bun/bin before $HOME/.bun/install/global/node_modules/.bin in the PATH assertion. There are no review comments, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Summary
shellInitPATH to put~/.bun/binbefore~/.bun/install/global/node_modules/.binso the real native bun binary always wins over hoisted npm stubsspec/atuin_history_spec.sh:147still expected the old order, causing the Shell CI workflow to fail on every push to mainTest plan
Summary by cubic
Update shellspec to match the fish PATH reorder introduced in #2008, placing ~/.bun/bin before ~/.bun/install/global/node_modules/.bin so the native
bunbinary takes precedence. Fixes the Shell CI failure by aligning the test with the current fish config.Written for commit 6ed1da3. Summary will update on new commits.