RobertoBarros / rspec_explain_formatter

rspec_explain_formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

First clone this repository to your laptop:

cd ~/code
git clone git@github.com:RobertoBarros/rspec_explain_formatter.git

Running Specs:

rspec --require ~/code/rspec_explain_formatter/explain_formatter.rb --format ExplainFormatter

To execute only a group of spect use the -t option, like:

rspec -t meal --require ~/code/rspec_explain_formatter/explain_formatter.rb --format ExplainFormatter

About

rspec_explain_formatter


Languages

Language:Ruby 100.0%