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
Use rspec and rspec-rails gems
See config.gem
Install rspec and rspec-rails plugins for Rails >= 2.1.0
ruby script/plugin install git://github.com/dchelimsky/rspec.git -r 'refs/tags/1.2.7' ruby script/plugin install git://github.com/dchelimsky/rspec-rails.git -r 'refs/tags/1.2.7.1' ruby script/generate rspec
Install rspec and rspec-rails plugins for Rails < 2.1.0
cd vendor/plugins git clone git://github.com/dchelimsky/rspec.git git clone git://github.com/dchelimsky/rspec-rails.git cd rspec git checkout 1.1.8 cd ../rspec-rails git checkout 1.1.8 cd .. rm -rf rspec/.git rm -rf rspec-rails/.git cd ../../ ruby script/generate rspec






