public
Fork of dchelimsky/rspec
Description: Behaviour Driven Development framework for Ruby
Homepage: http://rspec.info
Clone URL: git://github.com/jdelStrother/rspec.git
Jonathan del Strother (author)
Sat Mar 15 11:32:55 -0700 2008
commit  a1f0ebead45cb50d47434f449f94948c6866b5ba
tree    6b0dd6fb62f72309a819bbf622b2d4e228a31e53
parent  c306874a65ba9e63afbc5abbc5013ba7e7024de0
rspec / doc
name age message
..
file README Loading commit data...
file Rakefile
file docspec.rb
directory layouts/
directory lib/
directory src/
directory tasks/
directory templates/
doc/README
The RSpec website is built with webby. You should be able to build and see it
with these simple steps (standing in the same directory as this README):

== Build the site

rake

== Rebuild the site

rake rebuild

== Start the webserver

rake heel:start

== Stop the webserver

rake heel:stop