public
Description: Resources for rspec developers/contributors
Homepage: http://rspec.info/
Clone URL: git://github.com/dchelimsky/rspec-dev.git
dchelimsky (author)
Wed Jun 24 21:40:33 -0700 2009
commit  47c5e525a28057683fa869d650933806cfa352b3
tree    90daf0ddfe7ed15f3f19214efef20046b503d019
parent  e9c6b4ae555ddda67f4ba70acea21aed0a2d1158
rspec-dev / website
name age message
..
file README Loading commit data...
file Sitefile
directory content/
file docspec.rb
directory layouts/
directory lib/
website/README
The RSpec website is built with webby-0.9.2. You should be able to build and
see it with these simple steps (standing in the same directory as this
README):

== Build the site

webby build

== Rebuild the site

webby rebuild

== Start the webserver

webby heel:start

== Stop the webserver

webby heel:stop

== Learn about other tasks

webby -T

== Learn about the webby command

webby -h