Sha256: be9f5674abb378637f468490377b4527683a164c2be5b778172845977829b18e

Contents?: true

Size: 1 KB

Versions: 3

Compression:

Stored size: 1 KB

Contents

RspecPacmanFormatter [![Gem Version](https://badge.fury.io/rb/rspec_pacman_formatter.png)](http://badge.fury.io/rb/rspec_pacman_formatter)
=========

PacMan style formatter for Rspec

## Installation

Add this line to your application's Gemfile:

```ruby
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:

```ruby
--format RspecPacmanFormatter::Pacman
```

## Sample Output

![animated](https://user-images.githubusercontent.com/4663192/37238259-270b87b4-23e8-11e8-92eb-cfedb6cab3f1.gif)

## 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](http://opensource.org/licenses/MIT).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rspec_pacman_formatter-0.1.6 README.md
rspec_pacman_formatter-0.1.5 README.md
rspec_pacman_formatter-0.1.4 README.md