Sha256: 1ae873b645b0ac15fcbe783975c52b6356eb353b8e47d2d848113b2990287940

Contents?: true

Size: 463 Bytes

Versions: 1

Compression:

Stored size: 463 Bytes

Contents

Running Populator Specs
-----------------------

There are several rake tasks for running the specs.

  rake spec             # Run specs under all databases
  rake spec:mysql       # Run specs under mysql
  rake spec:sqlite3     # Run specs under sqlite3
  ...

To run the specs under mysql you have to create the database and user.
See spec/database.yml for specifics.

  CREATE DATABASE populator_test;
  GRANT ALL ON populator_test.* TO populator@localhost;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ryanb-populator-0.1.0 spec/README