Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 584 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 584 Bytes

RSpec Integration with Growl

Provides a RSpec Formatter using the growl gem (and growlnotify)

Install

RSpec 3

gem install growl-rspec

RSpec 2

gem install growl-rspec -v 0.0.2

Configuration

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

License

see MIT-LICENSE

Bitdeli Badge