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:
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...