Home > RSpec-custom-formatter

RSpec-custom-formatter

RSpec-custom-formatter is a project mainly written in Ruby, it's free.

Simple example of how to create your own RSpec formatter

A simple example explaining how to get started with custom RSpec formatter.

Installation:

Clone the respository.

Install RSpec gem:

gem install rspec

Running:

rspec -r ./my_formatter.rb dummy_spec.rb --format MyFormatter
Previous:sniff