项目作者: go-labs

项目描述 :
Pacman style formatter for rspec
高级语言: Ruby
项目地址: git://github.com/go-labs/rspec_pacman_formatter.git
创建时间: 2015-07-24T02:56:25Z
项目社区:https://github.com/go-labs/rspec_pacman_formatter

开源协议:MIT License

下载


RspecPacmanFormatter Gem Version

PacMan style formatter for Rspec

Installation

Add this line to your application’s Gemfile:

  1. gem 'rspec_pacman_formatter'

And then execute:

  1. $ bundle

Or install it yourself as:

  1. $ gem install rspec_pacman_formatter

Then, when running rspec:

  1. $ rspec --format RspecPacmanFormatter::Pacman

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

  1. --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.