Skip to content

Instantly share code, notes, and snippets.

@jeremywrowe
Created January 28, 2015 21:24
Show Gist options
  • Save jeremywrowe/8aa3cd187dbc94e36ede to your computer and use it in GitHub Desktop.
Save jeremywrowe/8aa3cd187dbc94e36ede to your computer and use it in GitHub Desktop.
RSpec.configure do |c|
if c.respond_to?(:default_color=)
c.failure_color = :green
c.success_color = :green
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment