public
Rubygem
Description: This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.
Homepage: http://www.nomedojogo.com/
Clone URL: git://github.com/carlosbrando/autotest-notification.git
Fix test.
carlosbrando (author)
Sun May 18 10:36:15 -0700 2008
commit  e9e2f86169e512142f6d4d936c5f561b82d0d9f1
tree    2d0e8d74438c6e6a65fd5fb980416d074bbe9a53
parent  660a7e0094a97781088408607ede2f64a48114b6
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@ class TestMac < Test::Unit::TestCase
0
   def test_notify_with_voice
0
     Object.const_set :SPEAKING, true
0
     AutotestNotification::Mac.expects(:system).with("growlnotify -n autotest --image image -p 0 -m 'msg' title")
0
- AutotestNotification::Mac.expects(:system).with("saya 1 test failed.")
0
+ AutotestNotification::Mac.expects(:system).with("say 1 test failed.")
0
     AutotestNotification::Mac.notify("title", "msg", "image", 1)
0
   end
0
 

Comments

    No one has commented yet.