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
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/
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 -
>>
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
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
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