Commit 282e0a5
committed
Fix ReactOnRailsPro::Utils uninitialized constant error
After Phase 6 restructure, the Pro gem needs to be explicitly required
before checking if its constants are defined. Just checking if the gem
is available in Gem.loaded_specs doesn't actually load the gem's code.
Fixes rspec-package-tests failures.1 parent 555a1b6 commit 282e0a5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| 262 | + | |
262 | 263 | | |
263 | 264 | | |
264 | 265 | | |
| |||
0 commit comments