No commit activity in last 3 years
No release in over 3 years
Pacman Formatter for rspec.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0

Runtime

 Project Readme

RspecPacmanFormatter Gem Version

PacMan style formatter for Rspec

Installation

Add this line to your application's Gemfile:

gem 'rspec_pacman_formatter'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rspec_pacman_formatter

Then, when running rspec:

$ rspec --format RspecPacmanFormatter::Pacman

Or, if you want to use RspecPacmanFormatter::Pacman as your default formatter, simply put the options in your .rspec file:

--format RspecPacmanFormatter::Pacman

Sample Output

render1537594312098-min

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/go-labs/rspec_pacman_formatter.

License

The gem is available as open source under the terms of the MIT License.