(0.2ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_enums ---------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.0ms) rollback transaction  (127.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (100.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateTheAnswers (20150127220502)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150127220502"]]  (134.6ms) commit transaction Migrating to CreateParents (20150131153819)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131153819"]]  (128.2ms) commit transaction Migrating to CreateBooleanModels (20150131161322)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131161322"]]  (174.2ms) commit transaction Migrating to CreateNumericModels (20150131162551)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131162551"]]  (131.5ms) commit transaction Migrating to CreateLexicons (20150131164609)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)  (0.3ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131164609"]]  (128.8ms) commit transaction Migrating to CreateEnumModels (20150131170613)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150131170613"]]  (96.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_lexicons_on_the_answer_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_lexicons_on_the_answer_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.2ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_enums ---------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (131.8ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)   (145.6ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)  (287.5ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)   (0.2ms) select sqlite_version(*)  (275.2ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")  (224.2ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)  (100.4ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime)   (99.8ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)  (93.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (100.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (134.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131170613')  (134.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150127220502')  (134.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131164609')  (134.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131161322')  (123.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131153819')  (101.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131162551') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_enums ---------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.1ms) rollback transaction  (0.3ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_enums ---------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (130.9ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)   (213.9ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)  (255.3ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)   (0.2ms) select sqlite_version(*)  (222.9ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")  (208.5ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)  (112.2ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime)   (113.6ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)  (129.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (111.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (100.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131170613')  (100.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150127220502')  (112.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131164609')  (100.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131161322')  (123.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131153819')  (134.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131162551') ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_enums ---------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.2ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.2ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_enums ---------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.2ms) rollback transaction  (0.1ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (132.5ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)   (122.4ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)  (232.3ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)   (0.2ms) select sqlite_version(*)  (244.2ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")  (241.6ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)  (156.3ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime)   (144.4ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)  (137.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (144.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (122.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131170613')  (124.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150127220502')  (145.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131164609')  (178.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131161322')  (168.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131153819')  (145.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131162551') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.2ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_enums ---------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.1ms) rollback transaction Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.5ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.1ms) rollback transaction  (0.6ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_enums ---------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.2ms) rollback transaction  (0.0ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_enums ---------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (116.1ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)   (122.5ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)  (271.2ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)   (0.2ms) select sqlite_version(*)  (273.5ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")  (229.9ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)  (112.0ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime)   (100.1ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)  (108.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (145.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (146.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131170613')  (145.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150127220502')  (145.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131164609')  (145.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131161322')  (168.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131153819')  (144.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131162551') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.2ms) rollback transaction  (0.2ms) begin transaction --------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_enums ---------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.2ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.1ms) rollback transaction  (0.2ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.2ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_enums ---------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_enums ---------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (178.1ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)   (250.5ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)  (251.8ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)   (0.2ms) select sqlite_version(*)  (333.9ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")  (201.8ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)  (144.9ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime)   (144.6ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)  (247.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (256.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (239.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131170613')  (191.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150127220502')  (134.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131164609')  (134.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131161322')  (157.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131153819')  (135.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131162551') ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction --------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_enums ---------------------------------------------------  (0.2ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.2ms) rollback transaction  (0.1ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.2ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.3ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.2ms) rollback transaction