Skip to content

Instantly share code, notes, and snippets.

@randallreedjr
Created January 30, 2019 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randallreedjr/49737ee54bc3cdc409cc8ccdbeae88fb to your computer and use it in GitHub Desktop.
Save randallreedjr/49737ee54bc3cdc409cc8ccdbeae88fb to your computer and use it in GitHub Desktop.
Rspec focus tag by default
# 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