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: Update test expectations and fix YAML parsing for Ruby 3.4
Two test fixes:
1. **PrerenderError test**: Updated expectation to match new error message
format. The message now shows "💡 Tip: Set FULL_TEXT_ERRORS=true to see
the full backtrace" instead of "The rest of the backtrace is hidden".
2. **Generator YAML parsing**: Fixed `Psych::AliasesNotEnabled` error in
generator tests by adding `aliases: true` parameter to `YAML.load_file`.
This is required in newer Ruby/Psych versions to parse YAML files with
anchors and aliases.
These are compatibility fixes for the improved error messages feature.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments