Commit b495c31
Add missing TestingStreamableComponent for streaming tests
The component was referenced in spec/helpers/react_on_rails_pro_helper_spec.rb
but was never created. This was causing test failures in the
rspec-dummy-app-node-renderer CI job.
The component is a simple test component that returns the expected
markup for streaming SSR tests.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 324805b commit b495c31
File tree
1 file changed
+15
-0
lines changed- react_on_rails_pro/spec/dummy/client/app/ror-auto-load-components
1 file changed
+15
-0
lines changedLines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments