carlosbrando / autotest-notification

This gem set the autotest to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.
http://www.nomedojogo.com/
MIT License
183 stars 27 forks source link

I always get an error exception #4

Open jmcervera opened 14 years ago

jmcervera commented 14 years ago

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

BrianHicks commented 14 years ago

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.

BrianHicks commented 14 years ago

Actually, :red and :green are both sent when I run an-uninstall. So it's somewhere in here.

thecatwasnot commented 14 years ago

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)

alberto commented 14 years ago

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.

felix commented 13 years ago

this fixed it for me: https://github.com/felix/autotest-notification/commit/cbbd59b4b6ccaec7af4e9ea98999112dc418aa16

telephono commented 13 years ago

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?