Sha256: be9d6feffd5898b7881c6bed4c43a732789b1557bb594ec4086e3850c8b648c6

Contents?: true

Size: 729 Bytes

Versions: 12

Compression:

Stored size: 729 Bytes

Contents

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;

Version data entries

12 entries across 12 versions & 4 rubygems

Version Path
blahed-populator-0.2.4 spec/README
ryanb-populator-0.2.1 spec/README
ryanb-populator-0.2.2 spec/README
ryanb-populator-0.2.3 spec/README
populator3-0.2.7 spec/README
populator3-0.2.6 spec/README
populator3-0.2.4 spec/README
populator-0.2.1 spec/README
populator-0.2.4 spec/README
populator-0.2.5 spec/README
populator-0.2.3 spec/README
populator-0.2.2 spec/README