Provides a RSpec Formatter using the growl gem (and growlnotify)
RSpec 3
gem install growl-rspec
RSpec 2
gem install growl-rspec -v 0.0.2
Put the following in your spec/spec_helper.rb
RSpec.configure do |config|
config.formatter = 'Growl::RSpec::Formatter'
end
Further information have a look at lib/growl/rspec/formatter.rb
see MIT-LICENSE