Skip to content

Instantly share code, notes, and snippets.

@j1n6
Created January 6, 2013 14:29
Show Gist options
  • Save j1n6/4467524 to your computer and use it in GitHub Desktop.
Save j1n6/4467524 to your computer and use it in GitHub Desktop.
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