Sha256: 7e1ef763fdbc389416229c0bafabb34cc3d308bda0659759b220099378b9f232

Contents?: true

Size: 1.18 KB

Versions: 7

Compression:

Stored size: 1.18 KB

Contents

= RSpec - Behaviour Specification Framework for Ruby

RSpec is a behaviour specification framework for Ruby.  RSpec was created in
response to Dave Astels' article _A New Look at Test Driven Development_ which
can be read at: http://daveastels.com/index.php?p=5  RSpec is intended to
provide the features discussed in Dave's article.

RSpec was first explored by Steven Baker <srbaker@pobox.com> and Gabriel
Bauman <gbauman@gmail.com>, and has since received numerous contributions
from Dave himself.

== Download/Installation

RSpec is currently being hosted in the Monotone distributed version control system. To checkout RSpec, please download and install Monotone according to the documentation on the monotone website. Then use the following set of commands to grab the latest RSpec sources.

    * monotone --db=database db init
    * monotone --db=database pull goliath.fundynet.ca org.rubyforge.rspec
    * monotone --db=database --branch=org.rubyforge.rspec checkout RSpec

Please visit this page periodically, it will be updated with more information as it is made available including documentation, mailing lists, bug tracking, and more. Special thanks to RubyForge for hosting this project site.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rspec-0.1.0 README
rspec-0.1.5 README
rspec-0.1.3 README
rspec-0.1.2 README
rspec-0.1.1 README
rspec-0.1.4 README
rspec-0.1.6 README