Rspec::Notify
RSpec notification with Growl. (for OSX)
Installation
Add this line to your application's Gemfile:
gem 'rspec-notify'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rspec-notify
Usage
$ rspec --color -f RSpec::Notify your_spec.rb
Icons
The success/failure/pending are found in http://www.iconsdb.com/.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request