Sha256: 2aadce6b0303bec1333a1b226b99adaa46113894fff0400c756f29fb9784939a
Contents?: true
Size: 284 Bytes
Versions: 1
Compression:
Stored size: 284 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
autotestforphp-0.0.3 | test/test_windows.rb |