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 (
mor2 /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.md | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
features/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
test/ | ||
| |
vendor/ | ||
| |
wireframes/ |
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.








