Skip to content

mneumark/growl-rspec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

rspec formatter using growl notifications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%