RSpec

Tool Name:RSpec
Description:RSpec is a Ruby library for performing behavior driven development (BDD)
Documentation:Web Site: http://rspec.info/
Book: http://www.pragprog.com/titles/achbd/the-rspec-book
Version:1.2.2
Installation Instructions (for Windows):
  1. Install Ruby
  2. Use the gem program to download RSpec:
    > gem install rspec

by William Shaffer