dchelimsky / rspec-dev

Resources for rspec developers/contributors

This URL has Read+Write access

dchelimsky (author)
Sun Aug 17 11:38:51 -0700 2008
commit  7388a596a1205a344f2db99b5d56c1284872d99b
tree    053135aa3f54fb0a12a184eb520336aec7736b68
parent  0c3b0ad9c154aa04863f73f8abe1820960cd3108
rspec-dev / example_rails_app
example_rails_app/README
This application contains various models, views, controllers, and helpers that are used
by the specs that specify the behaviour of RSpec on Rails.

It also contains example specs and code that can be used to help understand how to use
RSpec on Rails.

Note that all of the specs in ./spec and ./vendor/plugins/rspec/spec get run when running
rake pre_commit from this directory or from the RSpec project root.

Note also that the ./spec/spec_helper.rb file gets replaced when running rake pre_commit
from this directory or from the rspec project root.