public
Description: Behaviour Driven Development framework for Ruby
Home | Edit | New

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
Last edited by dchelimsky, Fri Mar 06 03:48:55 -0800 2009
Home | Edit | New
Versions: