On 10/5/07, Cody P. Skidmore <[EMAIL PROTECTED]> wrote:
> I recently installed RSpec into a new project and didn't approach the
> install the same way.  I'm using the same version of Rails and did the
> following:
>
> >gem install rspec
> >ruby script/plugin install
> svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec_on_rails
> >ruby script/generate rspec
>
> After that it worked just fine.
>
> I wouldn't specify the actual version unless you need an earlier release
> for some reason.

Actually - that goes against our recommendation. Relying on gems that
may or may not be aligned across versions or machines leads to
unexpected and unhappy results. We strongly recommend you install both
plugins of the same version in each app.

Cheers,
David

>
> With Regards,
>
> // Signed //
>
> Cody P. Skidmore
>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to