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

Install

Official releases

Official RSpec releases (rspec and rspec-rails) are posted to rubyforge.

$ gem q -rn rspec
....
rspec (1.2.0)
rspec-rails (1.2.0)

[sudo] gem install rspec
[sudo] gem install rspec-rails

Between releases

See Edge

What about github gems?

I’ve stopped posting gems to github (the last one is dchelimsky-rspec[-rails]-1.1.99.9).

Rubygems does not recognize rspec and dchelimsky-rspec (same with rspec-rails) as the same line of gems, so having both on your system will wreak havoc. There is a proposal for rubygems to address this. Once it is resolved, or some other reasonable solution emerges, I’ll resume posting github gems. Until then, just build locally per the instructions above. [NOTE: Github will probably stop supporting building gems. See: http://github.com/blog/515-gem-building-is-defunct]

Last edited by rosenfeld, Tue Oct 20 15:46:23 -0700 2009
Home | Edit | New
Versions: