Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread David Chelimsky
On Wed, Feb 25, 2009 at 7:48 PM, George Anderson wrote: > Thanks, David.  That was a good call. > > I had these installed: > > dchelimsky-rspec (1.1.11.1) > dchelimsky-rspec-rails (1.1.11.1) Glad you got it resolved. Cheers, David > > They were getting picked up instead of the new 1.1.99.9 gems

Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread George Anderson
Thanks, David. That was a good call. I had these installed: dchelimsky-rspec (1.1.11.1) dchelimsky-rspec-rails (1.1.11.1) They were getting picked up instead of the new 1.1.99.9 gems. Once I uninstalled them, everything worked. Thanks again. I appreciate the support. /g -- George Anderson

Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread David Chelimsky
On Wed, Feb 25, 2009 at 4:37 PM, George Anderson wrote: >> Is something in your app is requiring version 1.1.11.1 in specific? > > Negative. > > That was my thought too, but no such requirement exists. Gotta be coming from somewhere. May not be in your app, but something somewhere on your machine

Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread George Anderson
> Is something in your app is requiring version 1.1.11.1 in specific? Negative. That was my thought too, but no such requirement exists. /g -- George Anderson BenevolentCode LLC O: (410) 461-7553 C: (410) 218-5185 geo...@benevolentcode.com On Wed, Feb 25, 2009 at 5:29 PM, David Chelimsky w

Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread David Chelimsky
On Wed, Feb 25, 2009 at 3:53 PM, George Anderson wrote: > I pulled both repos and tried 'rake gem' but got 'permission denied' > 'sudo rake gem' worked: > > ~/work/rspec (master) $ rake gem > (in /Users/george/work/rspec) > /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/gempackagetask.rb:13

Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread George Anderson
I pulled both repos and tried 'rake gem' but got 'permission denied' 'sudo rake gem' worked: ~/work/rspec (master) $ rake gem (in /Users/george/work/rspec) /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/gempackagetask.rb:13:Warning: Gem::manage_gems is deprecated and will be removed on or a

Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread David Chelimsky
On Wed, Feb 25, 2009 at 2:35 PM, George Anderson wrote: > >From David: > We're up to 1.1.99.9 now - have you tried that? > > Sorry, yes, I meant 1.1.99.1. > > ~/work/rspec (master) $ gem list rspec > > *** LOCAL GEMS *** > > rspec (1.1.99.9) > rspec-rails (1.1.99.9) > > > This is what I did: > > c

Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread George Anderson
>From David: > We're up to 1.1.99.9 now - have you tried that? Sorry, yes, I meant 1.1.99.1. ~/work/rspec (master) $ gem list rspec *** LOCAL GEMS *** rspec (1.1.99.9) rspec-rails (1.1.99.9) This is what I did: cloned: git://github.com/dchelimsky/rspec.git rake gem rake install_gem cloned:

Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread David Chelimsky
On Wed, Feb 25, 2009 at 1:24 PM, George Anderson wrote: > Hi, > > I'm failing miserably to get RSpec running with edge rails (2.3 RC1). > I've tried building/installing the 1.1.99.1 gems from David's git > repos (http://github.com/dchelimsky/rspec-rails and > http://github.com/dchelimsky/rspec), b

Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread Yi Wen
I have edge rails along with RSpec 1.1.99. works fine. What errors do you get? On Wed, Feb 25, 2009 at 1:24 PM, George Anderson wrote: > Hi, > > I'm failing miserably to get RSpec running with edge rails (2.3 RC1). > I've tried building/installing the 1.1.99.1 gems from David's git > repos (http:

[rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread George Anderson
Hi, I'm failing miserably to get RSpec running with edge rails (2.3 RC1). I've tried building/installing the 1.1.99.1 gems from David's git repos (http://github.com/dchelimsky/rspec-rails and http://github.com/dchelimsky/rspec), but no luck. I realize "releases with a 4th partial [are] interim (u