1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-05 08:08:02 +00:00

Fix a typo in the latest til

This commit is contained in:
jbranchaud
2017-02-01 14:38:31 -06:00
parent 4e6612efc0
commit 34f075fccf

View File

@@ -4,7 +4,7 @@ After running a big test suite, I may have a bunch of output on the screen
including the results of a couple test failures. I like to bring the context including the results of a couple test failures. I like to bring the context
of the test failures front and center and make sure they are consistent test of the test failures front and center and make sure they are consistent test
failures (not flickering failures). Instead of copying and pasting each failures (not flickering failures). Instead of copying and pasting each
failure, I can rerun `rspec` in a way that executes on the test cases that failure, I can rerun `rspec` in a way that executes only the test cases that
failed. failed.
``` ```