Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/mscoutermarsh/rspec-rainbow
- Owner: mscoutermarsh
- License: mit
- Created: 2014-01-26T05:44:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T23:04:58.000Z (over 6 years ago)
- Last Synced: 2024-10-12T19:24:19.078Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 1.09 MB
- Stars: 41
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
## 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.