mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add A Shorthand For Rerunning Failed Tests With RSpec as a ruby til
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# A Shorthand For Rerunning Failed Tests With RSpec
|
||||
|
||||
After running a group of tests -- whether it is the entire suite or just the
|
||||
tests in a file -- you may find that you have a few failures. Often the goal is
|
||||
to focus in on these failures and get back to a green test suite. Rather than
|
||||
rerunning everything each time you make a change, you can instruct `rspec` to
|
||||
just rerun the tests that failed. This can be done with the `--only-failures`
|
||||
flag or `--on` flag for short.
|
||||
Reference in New Issue
Block a user