RSpec on Rails

Spec::Rails (a.k.a. RSpec on Rails) is a Ruby on Rails plugin that allows you to drive the development of your RoR application using RSpec, a framework that aims to enable Example Driven Development in Ruby.

RSpec is also available as a Gem for use in other Ruby projects. Current development (as well as updated installation and usage instructions) is available at GitHub.

Installation:

ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec
ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec_on_rails

Author: Dave Astels, Steven Baker, David Chelimsky, Aslak Hellesøy, Pat Maddox, Dan North, Brian Takita