Skip to content

Instantly share code, notes, and snippets.

@mfdorst
Last active December 30, 2015 07:49
Show Gist options
  • Save mfdorst/7798656 to your computer and use it in GitHub Desktop.
Save mfdorst/7798656 to your computer and use it in GitHub Desktop.
A snippet to put in your 'spec_helper's to enable color rspec tests.
require 'rspec'
RSpec.configure do |config|
config.tty = true
config.color_enabled = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment