RSpec
RSpec is one of the first of a new generation of xUnit members designed to make tests written as part of TDD more useful Tests as Specification. The main difference from more traditional members of the xUnit family is that it eschews the "test" terminology and replaces it with terms more appropriate for specification. "Fixture" becomes "context", Test Methods becomes "specify", "assert" becomes "should" and so on. RSpec is available at http:///rspec.rubyforge.org. JBehave is the Java equivalent.
Copyright © 2003-2008 Gerard Meszaros all rights reserved