Hi Simon,

> Sounds like rspec is relying on some *NIX stuff here
Yeah,  I recognized that it was looking for a home directory on a *nix
box, but I couldn't think of a counterpart on Windows,  because I've
only got a slew of partitions (C:\, D:\ ...) but no home.

You came up with a good insight.  I tried my admin subdir in Documents
and Settings and noted that one  of the subdirectories was gem.  That
sounded good,  but no prize.  So I did a search of DandS for rspec.
Found a good subdir with lots of rspec entries.

Set HOME to that via the control panel.  Started a new Command Window
so that the new settings would be read in and got.

K:\>rspec -v
2.4.0

Mission Accomplished.

Thanks for your keen insights.
Richard

K:\>

On Jan 10, 5:39 pm, Simon Hafner <freakgu...@gmail.com> wrote:
> On Monday 10 January 2011 22.37:46 RichardOnRails wrote:
>
> > Hi,
>
> > I'm running WinXP-Pro/SP3 & Ruby 1.8.6
>
> > K:/_Utilities/ruby186-26_rc2/ruby/lib/ruby/gems/1.8/gems/rspec-
> > core-2.4.0/lib/rspec/core/configuration_options.rb:9:couldn't find
> > HOME environment -- expanding `~' (ArgumentError)
>
> > I checked my environment variables for HOME; it is undefined.
>
> Sounds like rspec is relying on some *NIX stuff here (HOME is usually pointing
> to a users home directory). Google how to set environment variables and set
> HOME to the folder containing your home directory (usually something like
> C:\documents and settings\<user>).
>
> > Any advice would be gratefully received.
> > --
> > Richard
>
>
>
> _______________________________________________
> 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

Reply via email to