Re: [rspec-users] Ruby 1.9 - autospec loadpath problem

2009-07-30 Thread Adrian De la cruz
Oh, forgot to mention that if I uninstall the rspec-rails gem from my Ruby 1.9.1 gem repository, the problem goes away, and I can run the tests in the non-Rails app without problem. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list

Re: [rspec-users] Ruby 1.9 - autospec loadpath problem

2009-07-30 Thread Adrian De la cruz
Hi guys, I'm getting this same error in a Ubuntu 9.04 machine. I have Ruby 1.8.7 installed alongside Ruby 1.9.1. When I'm on Ruby 1.9.1 and try to run the specs on a non-Rails app I get this error: === /usr/local/bin/spec:19:in `load': Is a directory - /usr/

Re: [rspec-users] Ruby 1.9 - autospec loadpath problem

2009-02-19 Thread David Chelimsky
On Thu, Feb 19, 2009 at 8:52 AM, lasitha wrote: > > On Mon, Dec 01, 2008 at 03:51pm, David Chelimsky > wrote: >>On Sun, Nov 30, 2008 at 4:24 PM, Mikel Lindsaar wrote: >>> [...] >>> mi...@baci.local ~/ruby_programs/mail >>> $ autospec >>> /usr/local/bin/autotest:19:in `load': Is a directory - >>

Re: [rspec-users] Ruby 1.9 - autospec loadpath problem

2009-02-19 Thread lasitha
On Mon, Dec 01, 2008 at 03:51pm, David Chelimsky wrote: >On Sun, Nov 30, 2008 at 4:24 PM, Mikel Lindsaar wrote: >> [...] >> mi...@baci.local ~/ruby_programs/mail >> $ autospec >> /usr/local/bin/autotest:19:in `load': Is a directory - >> /usr/local/lib/ruby-trunk/gems/1.9.1/gems/rspec-1.1.11/lib

Re: [rspec-users] Ruby 1.9 - autospec loadpath problem

2008-12-01 Thread David Chelimsky
On Sun, Nov 30, 2008 at 4:24 PM, Mikel Lindsaar <[EMAIL PROTECTED]> wrote: > Mac OSX 10.5.5 > (Ruby 1.8.6 installed already) > I installed Ruby 1.9.1 preview thusly: > == > port install readline > cd ruby-1.9.1-preview1 > ./configure --program-suffix=-tru

[rspec-users] Ruby 1.9 - autospec loadpath problem

2008-11-30 Thread Mikel Lindsaar
Mac OSX 10.5.5(Ruby 1.8.6 installed already) I installed Ruby 1.9.1 preview thusly: == port install readline cd ruby-1.9.1-preview1 ./configure --program-suffix=-trunk --with-readline-dir=/usr/local make make install