You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix failing RSpec test after process manager docs update
Updated test expectation to match the new Foreman documentation link.
In commit 6cc93c7, we updated lib/react_on_rails/dev/process_manager.rb
to link to Foreman's official wiki instead of our outdated foreman-issues.md.
The test was still expecting the old link pattern.
Change:
- Old expectation: /foreman-issues\.md/
- New expectation: /Don't-Bundle-Foreman/
This matches the new error message which now points to:
https://github.com/ddollar/foreman/wiki/Don't-Bundle-Foreman
Fixes the failing spec:
ReactOnRails::Dev::ProcessManager.show_process_manager_installation_help
displays helpful error message with installation instructions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments