Commit bdde2ab
Remove invalid debug? stub from mock options object
The HTTPX::Options class does not implement a method called 'debug?'.
RSpec's instance_double correctly rejects stubs for non-existent methods.
Removed the invalid debug? stub while keeping the valid debug stub.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 5896df3 commit bdde2ab
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
256 | 255 | | |
257 | 256 | | |
258 | 257 | | |
| |||
0 commit comments