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 / 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.