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