Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created October 25, 2010 18:46
Show Gist options
  • Save dchelimsky/645472 to your computer and use it in GitHub Desktop.
Save dchelimsky/645472 to your computer and use it in GitHub Desktop.
require 'rspec/core'
RSpec.configure do |c|
c.color_enabled = true
c.filter_run_including :focused => true
c.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