Re: [rspec-users] Converting to Rails 2.0.2

2007-12-29 Thread aslak hellesoy
On Dec 28, 2007 11:56 PM, s.ross <[EMAIL PROTECTED]> wrote: > I'm moving an older project to Rails 2.0.2 and ran into a roadblock on > the version matching. Here's script/console session: > > >> Spec::VERSION::REV > => "1785" > >> Spec::Rails::VERSION::REV > NoMethodError: undefined method `run='

Re: [rspec-users] Converting to Rails 2.0.2

2007-12-28 Thread s.ross
How strange... I've been having some svn misbehavior so I decided to clone the tree and not do any plugin installations -- simply external references to the correct repos. So this is a today project and these are the externals from svn propedit: vendor/plugins/rspec http:

Re: [rspec-users] Converting to Rails 2.0.2

2007-12-28 Thread Kyle Hargraves
The REV constants no longer exist in trunk (and haven't for a while), yet somehow your rspec_on_rails in vendor is still expecting it. Meaning you don't actually have a copy of trunk in plugins/rspec_on_rails, I guess. HTH Kyle On 12/28/07, s.ross <[EMAIL PROTECTED]> wrote: > I'm moving an older

[rspec-users] Converting to Rails 2.0.2

2007-12-28 Thread s.ross
I'm moving an older project to Rails 2.0.2 and ran into a roadblock on the version matching. Here's script/console session: >> Spec::VERSION::REV => "1785" >> Spec::Rails::VERSION::REV NoMethodError: undefined method `run=' for Test::Unit:Module from /Users/sxross/rails/tastie_work/ven