Created
January 6, 2013 14:29
-
-
Save j1n6/4467524 to your computer and use it in GitHub Desktop.
This file contains 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
require 'rspec' | |
# Add multiple formatters to formater | |
RSpec.configure do |c| | |
c.add_formatter(:documentation) | |
c.add_formatter(:json) | |
# built-in textmate formatter | |
c.add_formatter(:textmate) | |
end | |
# Retrieve a list of formatters | |
formatters = RSpec.configuration.formatters | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment