LLM context files cleanup

This commit is contained in:
Juan José Mata
2025-09-24 00:19:09 +02:00
committed by GitHub
parent 2716fad72c
commit 7245dd79a2
8 changed files with 10 additions and 6 deletions

View File

@@ -80,8 +80,7 @@ Due to the open-source nature of this project, we have chosen Minitest + Fixture
- Never test the implementation details of one class in another classes test suite
- **Stubs and mocks**
- Use `mocha` gem
- Use `mocha` gem
- Always prefer `OpenStruct` when creating mock instances, or in complex cases, a mock class
- Only mock what's necessary. If you're not testing return values, don't mock a return value.