Commit c8c133a
2026-08-30 06:54:46
1 parent
21a556b
Changed files (2)
spec
evals
cases
spec/evals/cases/search.yml
@@ -2,7 +2,7 @@
- id: locate-error-string
fixture: config
turns:
- - where does the "Failed to load configuration" error come from?
+ - this app raises 'Failed to load configuration'. which file in this project raises it?
expect:
response_contains: ["config/loader.rb"]
spec/evals/cases/shell.yml
@@ -11,7 +11,7 @@
# for the pack files that dominate a real repository's byte counts.
- for i in $(seq 1 1200); do printf 'padding line %d\n' "$i" >> .git/description; done
turns:
- - what is the biggest file in this repository?
+ - what is the biggest tracked file in this repository?
expect:
response_contains: ["report.csv"]
response_not_contains: [".git/"]