public
Description: A Behavior Driven Development (BDD) inspired library for specifications/testing in C++.
Homepage: http://www.deanberris.com/spec-cpp/
Clone URL: git://github.com/mikhailberis/spec-c--.git
name age message
file AUTHORS Thu Mar 05 01:03:55 -0800 2009 Changing email address in AUTHORS file. [mikhailberis]
file LICENSE_1_0.txt Wed Jan 31 12:37:40 -0800 2007 Initial commit. [Dean Michael Berris]
file README Wed Jan 31 12:37:40 -0800 2007 Initial commit. [Dean Michael Berris]
file TODO Fri Feb 23 03:49:54 -0800 2007 Added support for inspecting containers. See TO... [mikhailberis]
directory boost/ Mon Mar 09 03:47:25 -0700 2009 Implementing container(c).should.have_size(#). [mikhailberis]
directory libs/ Mon Mar 09 03:50:56 -0700 2009 Updating documentation, now supporting containe... [mikhailberis]
file project-root.jam Wed Jan 31 12:37:40 -0800 2007 Initial commit. [Dean Michael Berris]
README
This is the Behavior Driven Development interface for C++
implemented by Dean Michael Berris.

The rationale of the library is to provide a BDD interface
similar to what Ruby has in the RSpec [0] library. 

This library is licensed under the Boost Software License.

References

    [0] RSpec -- http://rspec.rubyforge.org/