Commit f22029b
committed
Fix CI: Set generated_component_packs_loading_strategy to :defer in spec/dummy for tests
The spec/dummy tests expect :defer as the default loading strategy to prevent
race conditions during testing. Since ReactOnRailsPro is stubbed in tests,
the configuration would default to :async, but tests expect :defer.
This explicitly sets it to :defer for testing purposes while maintaining
the Pro-only validation for production use.1 parent f4bc390 commit f22029b
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
0 commit comments