Re: [rspec-users] [rspec] Installation Problem

2010-08-13 Thread Narayanan
Hi, Found out the problem. Was a rather a simple one, The rubygems installation hadn't updated the environment PATH variable with the path of all gem executables. So, $gem environment Notice the GEM PATHS I found my gem executables in /var/lib/gems/1.8/bin Append this path to PATH env variable

[rspec-users] [rspec] Installation Problem

2010-08-13 Thread Narayanan
Hi friends, I have installed and used RSpec many times before. After a long time, I am back to RSpec and I tried installing this gem. But am not able to install it. Following are the details: $ gem install rspec ** Thank you for installing rspe

Re: [rspec-users] Autotest does not start

2010-08-13 Thread Don French
I converted from rspec 1.3 to rspec 2 On Aug 13, 5:50 am, Ashley Moran wrote: > On Aug 12, 2010, at 11:09 pm, Don French wrote: > > > yep:  Autotest.add_discovery {"rspec2"} > > in the base project directory > > I'm at the point of asking "did you turn it off and on again?" :-/ > > Can you give y

Re: [rspec-users] Autotest does not start

2010-08-13 Thread Don French
Not sure what you meant by "did you turn it off and on again?" The other information is here: http://pastie.org/1091155 Don French On Aug 13, 5:50 am, Ashley Moran wrote: > On Aug 12, 2010, at 11:09 pm, Don French wrote: > > > yep:  Autotest.add_discovery {"rspec2"} > > in the base project di

Re: [rspec-users] Autotest does not start

2010-08-13 Thread Ashley Moran
On Aug 12, 2010, at 11:09 pm, Don French wrote: > yep: Autotest.add_discovery {"rspec2"} > in the base project directory I'm at the point of asking "did you turn it off and on again?" :-/ Can you give your Ruby installation details? (versions etc, ideally the output of `rvm info` and `gem li