Commit a9aaaaa
Fix bin/dev script test expectations
Fixes:
- Update test expectations to match new ServerManager.start method signatures
- Add verbose parameter expectations in dev_spec.rb
- Require react_on_rails/dev module in test file to prevent NameError
- Change from exact match to partial match for method calls to handle additional parameters
The bin/dev script now accepts verbose parameter which changed the method signatures:
- start(:static) → start(:static, "Procfile.dev-static-assets", verbose: verbose)
- start(:production_like) → start(:production_like, verbose: verbose)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 7d1a289 commit a9aaaaa
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | | - | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
70 | | - | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments