Created
December 9, 2013 14:37
-
-
Save oliverswitzer/7873189 to your computer and use it in GitHub Desktop.
rspec helper file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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