Created
January 30, 2019 18:04
-
-
Save randallreedjr/49737ee54bc3cdc409cc8ccdbeae88fb to your computer and use it in GitHub Desktop.
Rspec focus tag by default
This file contains hidden or 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
# These two settings work together to allow you to limit a spec run | |
# to individual examples or groups you care about by tagging them with | |
# `:focus` metadata. When nothing is tagged with `:focus`, all examples | |
# get run. | |
config.filter_run :focus | |
config.run_all_when_everything_filtered = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment