dchelimsky / rspec-dev
- Source
- Commits
- Network (14)
- Issues (0)
- Downloads (4)
- Wiki (3)
- Graphs
-
Tree:
e9c6b4a
commit e9c6b4ae555ddda67f4ba70acea21aed0a2d1158
tree 28e7fea5c53d51ee7f4c401cd14c567e8c6b1ac1
parent 86da61f0f26feda5c296a92fd97b14a11ec0a38d
tree 28e7fea5c53d51ee7f4c401cd14c567e8c6b1ac1
parent 86da61f0f26feda5c296a92fd97b14a11ec0a38d
rspec-dev / example_rails_app
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
Multirails.rake | ||
| |
README | ||
| |
Rakefile | ||
| |
TODO | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
test/ |
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.

