Skip to content

Instantly share code, notes, and snippets.

@oliverswitzer
Created December 9, 2013 14:37
Show Gist options
  • Save oliverswitzer/7873189 to your computer and use it in GitHub Desktop.
Save oliverswitzer/7873189 to your computer and use it in GitHub Desktop.
rspec helper file
RSpec.configure do |config|
# Use color in STDOUT
config.color_enabled = true
# Use color not only in STDOUT but also in pagers and files
config.tty = true
# Use the specified formatter
config.formatter = :documentation # :progress, :html, :textmate
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment