public
Description: Resources for rspec developers/contributors
Homepage: http://rspec.info/
Clone URL: git://github.com/dchelimsky/rspec-dev.git
dchelimsky (author)
Mon Oct 05 22:27:31 -0700 2009
commit  086cd7c64db47b4f6638d34da63f83b564d46311
tree    f3314e117cbe5784a5302e080e15fa4b37eff797
parent  61ba570ca011a86b67b3635561b6cbb5183e338b
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