Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-labs/rspec_pacman_formatter
Pacman style formatter for rspec
https://github.com/go-labs/rspec_pacman_formatter
formatter gem pacman pacman-style-formatter rspec ruby
Last synced: 13 days ago
JSON representation
Pacman style formatter for rspec
- Host: GitHub
- URL: https://github.com/go-labs/rspec_pacman_formatter
- Owner: go-labs
- License: mit
- Created: 2015-07-24T02:56:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T03:53:14.000Z (about 5 years ago)
- Last Synced: 2024-10-31T09:36:52.871Z (20 days ago)
- Topics: formatter, gem, pacman, pacman-style-formatter, rspec, ruby
- Language: Ruby
- Homepage: https://www.codeproject.com/Tips/1233970/Rspec-Pacman-Formatter
- Size: 22.5 KB
- Stars: 15
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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
![render1537594312098-min](https://user-images.githubusercontent.com/4663192/45913957-8b385a80-bdfa-11e8-8946-2a4e7c7f055e.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).