Commit bce1eaf
committed
Add rspec status persistence file
This allows rspec to "remember" the last test run, allowing for commands
like `rspec --only-failures`, which should improve developer UX.
Picked `spec/tmp/examples.txt` since it's idiomatic to call this file
examples.txt and `spec/tmp` was already in the gitignore.
It's a small thing but I don't think there's an argument against having
it.1 parent b5d918f commit bce1eaf
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments