Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mscoutermarsh/rspec-rainbow

Add some pride to your rspec tests! :rainbow:
https://github.com/mscoutermarsh/rspec-rainbow

Last synced: about 2 months ago
JSON representation

Add some pride to your rspec tests! :rainbow:

Awesome Lists containing this project

README

        

# rspec-rainbow :rainbow:
[![Gem
Version](https://badge.fury.io/rb/rspec-rainbow.svg)](https://badge.fury.io/rb/rspec-rainbow)

Add some pride to your rspec tests!

rspec rainbow

## Installation

Add this line to your application's Gemfile:
```ruby
group :test do
gem 'rspec-rainbow'
end
```
And then execute:

$ bundle install

Or install it yourself as:

$ gem install rspec-rainbow

Then, when running rspec:

$ rspec --format Rainbow

If you want to use Rainbow by default, add it to your ```.rspec``` file.

--format Rainbow

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/mscoutermarsh/rspec-rainbow. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org/) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

## Attribution :sparkling_heart:

Based on [Minitest's](https://github.com/seattlerb/minitest) Pride plugin

## For Help:
Tweet [@mscccc](https://twitter.com/mscccc) or open an issue.