updating documentation

This commit is contained in:
2026-05-13 22:01:43 -04:00
parent ee8a4cb449
commit bcf43d5d83
2 changed files with 13 additions and 0 deletions
+2
View File
@@ -96,6 +96,8 @@ Tests use **hspec** and create real temporary git repositories — no mocking of
Tests are organized to match `SPEC.md`:
Anytime new behavior is added the `SPEC.md` should be updated and a corresponding hspec test written.
| Spec | Test module | Key tests |
|---|---|---|
| Creates commit on file change | `GitCommitSpec` | Commit creation, content inclusion, no duplicate commits |