Because rSpec doesn''t come with either Ruby or Rails, I have to take
several steps to install a fresh copy:
sudo gem install rspec
plugin/install http://path/to/rspec_on_rails/for/this/version
Then
script/generate rspec (making sure to back up my spec_helper.rb).
This is great when you release a gem, but how about before that when
you resolve something as "fixed in trunk"? That was the question.
s.ross
On Nov 25, 2006, at 6:43 AM, aslak hellesoy wrote:
> On 11/24/06, s.ross <cwdinfo at gmail.com> wrote:
>> I''m backed off Edge Rails and all the way back to 0.7.2 of
rSpec to
>> make my tests pass. The changes to rSpec are coming together fast and
>> furious and they seem too good to pass up. Is there an approved way
>> to upgrade the components in the absence of prebuilt stuff? Every
>
> Components?
>
>> time I''ve tried, I''ve been punished harshly by the
Version Conflict
>> Gods.
>>
>> Just asking for a quick "how to build it out on osx" and
"how to undo
>> all of this if i hosed my system" blurb.
>>
>
> If by "it" you mean the RSpec gem - see the README.
> I don''t understand what you mean by undo. Uninstall the gem? Undo
the
> Rails plugin installation?
>
> Aslak
>
>> Thanks
>>
>> s.ross
>> _______________________________________________
>> rspec-users mailing list
>> rspec-users at rubyforge.org
>> http://rubyforge.org/mailman/listinfo/rspec-users
>>
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users