Commit 7d1a289
Fix CI module loading and linting issues
Fixes:
- Replace individual Dev module requires with single require "react_on_rails/dev"
- Fix circular loading issue that was causing "uninitialized constant ReactOnRails::Dev" in CI
- Apply rubocop auto-corrections for RSpec PredicateMatcher warning
Technical details:
- The lib/react_on_rails/dev.rb file already exists with proper module definition
- Individual file requires were causing loading order conflicts in CI environment
- Changed from requiring each file separately to requiring the parent module
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 3878825 commit 7d1a289
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
0 commit comments