Re: [rspec-users] Problem seeing and accessing RSpec gems

2009-04-13 Thread Stephen Eley
On Mon, Apr 13, 2009 at 4:46 PM, Sarah Gray wrote: > Jeff,  always a good idea -- it didn't work in this case, but I've seen it > before.  I ended up uninstalling my rails gem (and the action* gems) and > reinstalling; then, reinstalling rspec and rspec-rails.  After that, rspec > worked without t

Re: [rspec-users] Problem seeing and accessing RSpec gems

2009-04-13 Thread Sarah Gray
Jeff, always a good idea -- it didn't work in this case, but I've seen it before. I ended up uninstalling my rails gem (and the action* gems) and reinstalling; then, reinstalling rspec and rspec-rails. After that, rspec worked without the issues I'd seen before. Don't know why. Thanks. On Mon,

Re: [rspec-users] Problem seeing and accessing RSpec gems

2009-04-13 Thread Jeff Talbot
I'm sure you have tried this, but it's such a simple step that I'll throw it out. I've had a couple instances in the past where gems were not being loaded and after troubleshooting for a while, I found that all problems were magically solved by firing up a new instance of my shell (new terminal wi

Re: [rspec-users] Problem seeing and accessing RSpec gems

2009-04-13 Thread David Chelimsky
On Mon, Apr 13, 2009 at 5:04 PM, Sarah Gray wrote: > When uninstalling rspec, should you: > Remove executables: > autospec, spec > in addition to the gem? [Yn] > And, is there possible fallout from doing this step wrong? As long as you're going to reinstall it, then there should not be any fallou

Re: [rspec-users] Problem seeing and accessing RSpec gems

2009-04-13 Thread Sarah Gray
When uninstalling rspec, should you: Remove executables: autospec, spec in addition to the gem? [Yn] And, is there possible fallout from doing this step wrong? On Mon, Apr 13, 2009 at 2:48 PM, David Chelimsky wrote: > On Mon, Apr 13, 2009 at 4:34 PM, Sarah Gray wrote: > > rails -v > > 2.3.2

Re: [rspec-users] Problem seeing and accessing RSpec gems

2009-04-13 Thread David Chelimsky
On Mon, Apr 13, 2009 at 4:34 PM, Sarah Gray wrote: > rails -v > 2.3.2 Me too. Not sure what to tell you. Anybody else? > (Sorry about that long stack trace in the last message!) > > On Mon, Apr 13, 2009 at 2:29 PM, David Chelimsky > wrote: >> >> On Mon, Apr 13, 2009 at 3:36 PM, Sarah Gray wro

Re: [rspec-users] Problem seeing and accessing RSpec gems

2009-04-13 Thread David Chelimsky
On Mon, Apr 13, 2009 at 3:36 PM, Sarah Gray wrote: > David, thanks, that does appear to be true, which is helpful to know, > thanks. But the "gem which" problem was really the canary in the coal mine > for the fact that the gems aren't being recognized when I am attempting to > configure them: > $

Re: [rspec-users] Problem seeing and accessing RSpec gems

2009-04-13 Thread David Chelimsky
On Mon, Apr 13, 2009 at 2:22 PM, Sarah Gray wrote: > Hello RSpec-list: > I'm having trouble getting rspec and rspec-rails correctly installed on my > system. (I had to uninstall, unfortunately).The upshot is that even when > they are installed -- i.e. when I can see them on my system -- they don't

[rspec-users] Problem seeing and accessing RSpec gems

2009-04-13 Thread Sarah Gray
Hello RSpec-list: I'm having trouble getting rspec and rspec-rails correctly installed on my system. (I had to uninstall, unfortunately).The upshot is that even when they are installed -- i.e. when I can see them on my system -- they don't appear known to gem which which and, more importantly, the