Commit 1d42bce
Revert pack_generator system call changes to fix test failures
Reverted the array-form system calls back to string form to match
the test expectations in pack_generator_spec.rb.
This change (commit dabb298) was unrelated to the Shakapacker 9.3.0
upgrade and broke 3 tests:
- runs pack generation successfully in verbose mode
- runs pack generation successfully in quiet mode
- exits with error when pack generation fails
The tests expect the old string-based format:
system "bundle exec rake react_on_rails:generate_packs"
Addresses review comment from @justin808 about unrelated changes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 195d04d commit 1d42bce
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments