mariuszlusiak / RSpec-custom-formatter

Simple example of how to create your own RSpec formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple example of how to create your own RSpec formatter


Languages

Language:Ruby 100.0%