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
Use stub_const to properly mock ReactOnRailsPro module
The ReactOnRailsPro constant doesn't exist in the dummy app environment,
so we need to use stub_const to create the module and its nested Helper
module before we can stub their methods.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments