Sha256: 6398f805a27a2307136fafc65a0468ad8cdc8ca9905aa3c4095dc631eb243b8a

Contents?: true

Size: 274 Bytes

Versions: 2

Compression:

Stored size: 274 Bytes

Contents

require File.dirname(__FILE__) + '/test_helper.rb'

class Snarl
end

class TestWindows < Test::Unit::TestCase
  def test_notify
    Snarl.expects(:show_message).with("title", "msg", "image")
    Autotestforphp::Notification::Windows.notify("title", "msg", "image")
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fgrehm-autotestforphp-0.0.1 test/test_windows.rb
fgrehm-autotestforphp-0.0.2 test/test_windows.rb