Commit 01a3bd3
Fix test stubs for node version checking
Add missing stubs for 'node --version 2>/dev/null' command that is called
by check_node_version method. The tests were only stubbing the 'which node'
and 'where node' commands but missing the version check call.
This fixes RSpec test failures where unexpected method calls were being made
during missing_node? checks.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 4ad8c0a commit 01a3bd3
1 file changed
+2
-0
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 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
0 commit comments