Commit b4acd73
Fix: Disable RuboCop VerifiedDoubles check for Pro config mock
Added inline RuboCop disable comment for the Pro configuration double
since we're mocking a module from the Pro gem that doesn't exist in the
open-source test environment. Using a regular double is appropriate here.
Changes:
- Reverted complex instance_double setup
- Added `# rubocop:disable RSpec/VerifiedDoubles` inline comment
- RuboCop now passes with 0 offenses
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent bb20cd7 commit b4acd73
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
0 commit comments