This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Rails 1.2.6
rspec-rails-1.1.12 is the last release to support rails-1.2.6
Here are two ways to install rspec and rspec-rails into a rails 1.2.6 app:
unpack the gems
cd vendor/plugins [sudo] gem install rspec -v 1.1.12 gem unpack rspec -v 1.1.12 mv rspec-1.1.12 rspec [sudo] gem install rspec-rails -v 1.1.12 gem unpack rspec-rails -v 1.1.12 mv rspec-rails-1.1.12 rspec-rails cd ../../ script/generate rspec
checkout from git
cd vendor/plugins git clone git://github.com/dchelimsky/rspec.git cd rspec git co origin/1.1-maintenance git co -b 1.1-maintenance rm -rf .git cd ../ git clone git://github.com/dchelimsky/rspec-rails.git cd rspec-rails git co origin/1.1-maintenance git co -b 1.1-maintenance rm -rf .git cd ../../../ script/generate rspec
(NOTE – my git-fu is limited, if there is a better way to do this, please update this wiki page)






