Skip to content

Instantly share code, notes, and snippets.

@koryteg
Created April 7, 2016 20:56
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 koryteg/554a5d1c4406a01a8addc8f1da3722a0 to your computer and use it in GitHub Desktop.
Save koryteg/554a5d1c4406a01a8addc8f1da3722a0 to your computer and use it in GitHub Desktop.
rspec filter gist
RSpec.configure do |config|
config.filter_run :focus => true
config.run_all_when_everything_filtered = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment