autotest-notification
autotest-notification copied to clipboard
I always get an error exception
Hello
I am using autotest-notification gem with ruby-1.9.2-rc2 (with RVM) and Rails-3.0,0.rc on Ubuntu, and although autotest is working as expected,
Finished in 0.32554 seconds
11 examples, 0 failures
=======================================
the notification is always this: :( FAIL: 1 Exception occurred.
Autotest and notifications are working well when I use a custom .autotest file.
Thanks Juanma
Same here, with ruby-1.9.2-rc2 and RVM, rails-3.0.0.0.rc on Ubuntu. rspec spec/ works as expected, autotest passes all but sends :red. I'm not sure if it's here or in something more upstream.
Actually, :red and :green are both sent when I run an-uninstall. So it's somewhere in here.
I'm seeing this problem also, with and without rails 3. (Also Ubuntu 10.4 with libnotify.) I am running rspec 2 beta 19 on ruby 1.9.2-rc2 with rvm. I'll poke around a bit and see what I can find. For reference: autotest (4.3.2) autotest-notification (2.3.0)
Same problem here on Ubuntu 10.4 with ruby 1.9.2p0 Mi gems: autotest (4.3.2) autotest-notification (2.3.1) autotest-rails (4.1.0) rails (3.0.0) ZenTest (4.4.0)
Tell me if you need any more info.
this fixed it for me: https://github.com/felix/autotest-notification/commit/cbbd59b4b6ccaec7af4e9ea98999112dc418aa16
Same here. Only one test. Test is green with rake test and autotest, but autotest-notification says 1 exception occured...
Mac OS X rvm 1.6.20 autotest-standalone 4.5.5 autotest-rails-pure 4.1.2 autotest-notification 2.3.1 ruby 3.0.8 with Test::Unit
What was the solution for felix, since the link doesn't exist anymore?