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 (
populator / spec
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README | Fri Aug 29 09:30:19 -0700 2008 | |
| |
example_database.yml | Fri Aug 29 09:30:19 -0700 2008 | |
| |
models/ | Sat Aug 30 09:11:56 -0700 2008 | |
| |
populator/ | Fri Sep 26 19:59:18 -0700 2008 | |
| |
spec.opts | Fri Aug 29 16:09:16 -0700 2008 | |
| |
spec_helper.rb | Mon Sep 01 11:46:07 -0700 2008 |
spec/README
Running Specs ------------- To prepare the specs, run this command. script/setup This will generate the spec/database.yml file. Configure this to work with your databases. You can add and remove entries here as well to test different databases. A rake task is available to run the specs for each database. rake spec # Run specs under all databases rake spec:mysql # Run specs under mysql rake spec:sqlite3 # Run specs under sqlite3 rake spec:postgresql # Run specs under postgresql ... Don't forget to create the user and database as necessary. You can do so under MySQL with these commands. CREATE DATABASE populator_test; GRANT ALL ON populator_test.* TO populator@localhost;







