Sha256: 177c0cdc31b17ad5a434e7199a0827d46859f3673ab73261e10ff7669b0cf11d

Contents?: true

Size: 228 Bytes

Versions: 2

Compression:

Stored size: 228 Bytes

Contents

require 'formatters/rspec2_formatter'
require 'growl'

class GrowlFormatter < RSpec2Formatter
  
  def dump_summary
    super
    Growl.notify rspactor_message, :title => rspactor_title, :icon => rspactor_image_path
  end
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspactor-0.7.0.beta.3 lib/formatters/rspec2/growl_formatter.rb
rspactor-0.7.0.beta.2 lib/formatters/rspec2/growl_formatter.rb