Ok, the path is coming from autotest.rb in autotest gem. But i think that the bug is in Bundler instead: C:\Users\jarmo\Desktop\minu\projects\Ruby\sample_app>bundle exec c: \Ruby\bin\ruby --version bundler: command not found: c:\Ruby\bin\ruby Install missing gem binaries with `bundle install`
C:\Users\jarmo\Desktop\minu\projects\Ruby\sample_app>bundle exec c: \Ruby\bin\ruby.exe --version ruby 1.8.6 (2010-02-04 patchlevel 398) [i386-mingw32] Thank you for the tip, David! Jarmo On Nov 10, 4:54 pm, Jarmo Pertman <jarm...@gmail.com> wrote: > On Nov 10, 4:06 pm, David Chelimsky <dchelim...@gmail.com> wrote: > > > On Nov 10, 2010, at 7:54 AM,JarmoPertmanwrote: > > > > I didn't get any replies about that problem so far but i just managed > > > to find out how to make it work manually. > > > What manual change did you make? > > > > The problem is that the bundle exec is not working like this on > > > Windows: > > > bundle exec C:\bin\pik\Ruby-187-p302\bin\ruby > > > > But works like this: > > > bundle exec C:\bin\pik\Ruby-187-p302\bin\ruby.exe > > Sorry that i didn't bring it out more - i replaced bin\ruby with bin > \ruby.exe and was able to run that bundle exec from the command line > manually. So if the path to Ruby is constructed by RSpec then it is > bug in RSpec's otherwise it could be somewhere else. Maybe even in > bundler, which could just add that missing ".exe" by itself... That's > why i'm asking. > > Jarmo > _______________________________________________ > rspec-users mailing list > rspec-us...@rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users