mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 19:14:11 +00:00
LLM context files cleanup
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user