Sha256: e15954cf1680740f291f8d255519da371295df9d843757a08d97cdf3fee445d4

Contents?: true

Size: 309 Bytes

Versions: 6

Compression:

Stored size: 309 Bytes

Contents

begin
  require 'spec'
rescue LoadError
  require 'rubygems' unless ENV['NO_RUBYGEMS']
  gem 'rspec'
  require 'spec'
end

$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'autotest/notify-osd'

module Autotest::Growl
  def self.notify_osd(title, message, icon, priority=0, stick="")
    icon
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
stack-autotest-notify-osd-0.0.1 spec/spec_helper.rb
stack-autotest-notify-osd-0.0.2 spec/spec_helper.rb
stack-autotest-notify-osd-0.0.3 spec/spec_helper.rb
stack-autotest-notify-osd-0.1.0 spec/spec_helper.rb
autotest-notify-osd-0.2.0 spec/spec_helper.rb
autotest-notify-osd-0.1.0 spec/spec_helper.rb