forked from dependabot/dependabot-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure RSpec to allow running
rspec --only-failures
When I make changes and break stuff, I like running `rspec --only-failures` to focus on fixing what I broke. This allows RSpec to keep track of what's currently failing, so that this flag can actually be used.
- Loading branch information
1 parent
1490819
commit 6d6c343
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,4 @@ vendor | |
coverage/ | ||
.ruby-gemset | ||
.tool-versions | ||
.rspec_status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters