(0.1ms) DROP TABLE IF EXISTS "boolean_models"  (0.1ms) SELECT sqlite_version(*)  (14.1ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)  (0.2ms) DROP TABLE IF EXISTS "enum_models"  (14.7ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)  (0.2ms) DROP TABLE IF EXISTS "lexicons"  (9.3ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)  (7.5ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")  (0.1ms) DROP TABLE IF EXISTS "numeric_models"  (7.7ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)  (0.1ms) DROP TABLE IF EXISTS "parents"  (9.4ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime)  (0.1ms) DROP TABLE IF EXISTS "the_answers"  (7.9ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)  (16.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (11.0ms) INSERT INTO "schema_migrations" (version) VALUES (20150131170613)  (10.3ms) INSERT INTO "schema_migrations" (version) VALUES (20150131164609), (20150131162551), (20150131161322), (20150127220502), (20150131153819);   (17.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-05-30 12:56:14.527013"], ["updated_at", "2017-05-30 12:56:14.527013"]]  (7.2ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (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.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_attribute_with_count_config ----------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------ HumanAttributeValuesTest: test_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (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_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.1ms) 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.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"  (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_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.0ms) 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"  (21.9ms) CREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)   (12.0ms) CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)  (17.4ms) CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (9.7ms) CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")  (10.0ms) CREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)  (12.1ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime)   (14.5ms) CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)  (10.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (9.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (7.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131170613')  (11.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131164609')  (9.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131162551')  (9.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131161322')  (10.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150127220502')  (9.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150131153819') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------- HumanAttributeValuesTest: test_attribute_without_count_config -------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.0ms) 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_hierarchy_resolution_for_STI_models ------------------------------------------------------------------  (0.2ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ----------------------------------------------------------- HumanAttributeValuesTest: test_resolution_of_boolean_values -----------------------------------------------------------  (0.2ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_resolution_for_associations ----------------------------------------------------------  (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_enums ---------------------------------------------------  (0.2ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------ HumanAttributeValuesTest: test_resolution_for_numeric_values ------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------ HumanAttributeValuesTest: test_truth ------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- HumanAttributeValuesTest: test_attribute_with_count_config ----------------------------------------------------------  (0.1ms) rollback transaction