This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 22744b1a0eba9e6345621aea2ccbae735fb9bd72
tree a7acad54974ce256c58fe0a3723506daad29c442
parent 150897d2469c08c7f68c00ffe4efd0bc6ad55704
tree a7acad54974ce256c58fe0a3723506daad29c442
parent 150897d2469c08c7f68c00ffe4efd0bc6ad55704
mor2 /
| name | age | message | |
|---|---|---|---|
| |
.DS_Store | ||
| |
.gitignore | Fri Apr 24 12:41:46 -0700 2009 | |
| |
README.md | Sat Apr 25 03:47:48 -0700 2009 | |
| |
Rakefile | Fri Apr 24 12:41:46 -0700 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | Fri Apr 24 12:41:46 -0700 2009 | |
| |
features/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
script/ | Fri Apr 24 12:41:46 -0700 2009 | |
| |
spec/ | ||
| |
test/ | ||
| |
vendor/ | ||
| |
wireframes/ | Sat Apr 25 03:27:01 -0700 2009 |
README.md
Quick Start
- Fork this repo
- Clone yours
cp config/database.yml.example config/database.ymlsudo rake gems:installrake- Play!
Required gems
This sample app comes with its required libs and dependencies frozen in vendor:
- Rails 2.3.2
- Rspec
- Rspec Rails
- Cucumber
- Webrat
- Selenium Client
- DbCleaner
Nokogiri requires native extensions, that's why you have to sudo rake gems:install.
Rake tasks
rake-> run basic tests (specs & basic features)rake spec-> run specsrake features-> run basic featuresrake features:advanced-> run advanced featuresrake features:all-> run all featuresrake test:all-> run all tests (specs & all features)
Delete or edit lib/tasks/tasks.rake if you prefer Test::Unit to Rspec.








