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='
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:
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
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