Hello. I am running rails 3. I installed the rspec, autotest gem. (OS Win7 64bit) 1. When I run rspec the command is not recognized, I could find it in the ruby/bin folder as well. 2. When I run autotest on a sample app (the one from chapter 3 from the railstutorial.org) I get something like this as an output: [quote] loading autotest/rails ----------------------------------------------------- <-2J<-f [/quote] The output should be something like two successful tests. 3. I installed autotest-growl and growl for windows... but when I run autotest nothing happens in growl. Please, help :) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I had the exact same issues (also running Win7 64-bit). My fix for the rspec issue was adding the path of my rspec.bat file to the environment variable path. Mine looks something like this... C:\server\Ruby192\lib\ruby\gems\1.9.1\bin For autotest, I discovered I had two versions installed, 4.3.2 and 4.4.1. I went ahead and uninstalled them both and then ran... gem install autotest Everything seems to be working now. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
current auto test has issues with latest rails and ruby i think , mine also stays in limbo after loading autotest/rails and im running on ubuntu in 2 machines and is the same result -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.