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 (
Edge
To keep up with rspec’s edge, just do this:
git clone git://github.com/dchelimsky/rspec.git cd rspec rake gem rake install_gem
If you’re also using rspec-rails, do this:
git clone git://github.com/dchelimsky/rspec-rails.git cd rspec-rails rake gem rake install_gem
Development tags
Between releases, I tag versions with 4 partials (i.e. 1.1.99.12). For those who want to keep up the latest but want to reduce the risk, you can clone/build/install these interim releases as follows:
git clone git://github.com/dchelimsky/rspec.git cd rspec git tag # check out the latest tag - 1.1.99.12 for this example git checkout 1.1.99.12 rake gem rake install_gem
git clone git://github.com/dchelimsky/rspec-rails.git cd rspec-rails git tag # check out the latest tag - 1.1.99.12 for this example git checkout 1.1.99.12 rake gem rake install_gem










